NextApp Echo3
v3.0.b4

nextapp.echo.app
Class MutableStyle.IndexedPropertyValue

java.lang.Object
  extended by nextapp.echo.app.MutableStyle.IndexedPropertyValue
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MutableStyle

public class MutableStyle.IndexedPropertyValue
extends java.lang.Object
implements java.io.Serializable

A value object which stores the indexed values of a property.

See Also:
Serialized Form

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

MutableStyle.IndexedPropertyValue

public MutableStyle.IndexedPropertyValue()
Method Detail

getValue

public java.lang.Object getValue(int index)
Returns the value at the specified index.

Parameters:
index - the index
Returns:
the value

getIndices

public java.util.Iterator getIndices()
Returns the set property indices as an Integer-returning Iterator.

Returns:
an iterator over the indices

hasValue

public boolean hasValue(int index)
Determines if a value is set at the specified index.

Parameters:
index - the index
Returns:
true if a value is set

NextApp Echo3
v3.0.b4