public class MutableStyle.IndexedPropertyValue
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
MutableStyle.IndexedPropertyValue() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator |
getIndices()
Returns the set property indices as an
Integer-returning Iterator. |
java.lang.Object |
getValue(int index)
Returns the value at the specified index.
|
boolean |
hasValue(int index)
Determines if a value is set at the specified index.
|
public java.lang.Object getValue(int index)
index - the indexpublic java.util.Iterator getIndices()
Integer-returning Iterator.public boolean hasValue(int index)
index - the index