edu.umd.cs.jazz.util
Class ZListImpl.ZPropertyListImpl

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--edu.umd.cs.jazz.util.ZListImpl
                    |
                    +--edu.umd.cs.jazz.util.ZListImpl.ZPropertyListImpl
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.io.Serializable, ZList, ZList.ZPropertyList
Enclosing class:
ZListImpl

public static class ZListImpl.ZPropertyListImpl
extends ZListImpl
implements ZList.ZPropertyList

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class edu.umd.cs.jazz.util.ZListImpl
ZListImpl.ZBoundsListImpl, ZListImpl.ZCameraListImpl, ZListImpl.ZLayerGroupListImpl, ZListImpl.ZNodeListImpl, ZListImpl.ZObjectListImpl, ZListImpl.ZPropertyListImpl, ZListImpl.ZSceneGraphObjectListImpl, ZListImpl.ZTransformableListImpl, ZListImpl.ZVisualComponentListImpl
 
Nested classes inherited from class edu.umd.cs.jazz.util.ZList
ZList.ZBoundsList, ZList.ZCameraList, ZList.ZLayerGroupList, ZList.ZNodeList, ZList.ZPropertyList, ZList.ZSceneGraphObjectList, ZList.ZTransformableList, ZList.ZVisualComponentList
 
Field Summary
 
Fields inherited from class edu.umd.cs.jazz.util.ZListImpl
NullList, size
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ZListImpl.ZPropertyListImpl(int capacity)
           
 
Method Summary
 java.lang.Object[] createElementData(int capacity)
           
 java.lang.Object[] getElementData()
           
 java.lang.Object getMatchingProperty(java.lang.Object key)
           
 ZProperty[] getPropertiesReference()
           
 int indexOfPropertyWithKey(java.lang.Object key)
           
 void setElementData(java.lang.Object[] data)
           
 
Methods inherited from class edu.umd.cs.jazz.util.ZListImpl
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, isNull, lastIndexOf, moveElementToIndex, pop, pop, remove, removeRange, replaceWith, set, setSize, size, toArray, toArray, trimToSize, writeObject, writeObjectd
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.umd.cs.jazz.util.ZList
clone, isNull, moveElementToIndex, pop, pop, replaceWith, setSize, trimToSize, writeObject
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Constructor Detail

ZListImpl.ZPropertyListImpl

public ZListImpl.ZPropertyListImpl(int capacity)
Method Detail

getElementData

public java.lang.Object[] getElementData()
Specified by:
getElementData in interface ZList
Specified by:
getElementData in class ZListImpl

createElementData

public java.lang.Object[] createElementData(int capacity)
Specified by:
createElementData in class ZListImpl

setElementData

public void setElementData(java.lang.Object[] data)
Specified by:
setElementData in class ZListImpl

getPropertiesReference

public ZProperty[] getPropertiesReference()
Specified by:
getPropertiesReference in interface ZList.ZPropertyList

getMatchingProperty

public java.lang.Object getMatchingProperty(java.lang.Object key)
Specified by:
getMatchingProperty in interface ZList.ZPropertyList

indexOfPropertyWithKey

public int indexOfPropertyWithKey(java.lang.Object key)
Specified by:
indexOfPropertyWithKey in interface ZList.ZPropertyList


Copyright � 2003 by University of Maryland, College Park, MD 20742, USA All rights reserved.