|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.MutableStyle.IndexedPropertyValue
public class 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 Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||