|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo2.app.MutableStyle.IndexedPropertyValue
A value object which stores the indexed values of a property.
| Constructor Summary | |
MutableStyle.IndexedPropertyValue()
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MutableStyle.IndexedPropertyValue()
| Method Detail |
public java.lang.Object getValue(int index)
index - the index
public java.util.Iterator getIndices()
Integer-returning Iterator.
public boolean hasValue(int index)
index - the index
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||