public class ListValueListAdapter extends java.util.AbstractList<java.lang.Object> implements ListHolder
Constructor and Description |
---|
ListValueListAdapter(ListValue listValue)
Constructs the adapter.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int index) |
java.lang.String |
getId()
Returns the id of the holder if present.
|
Type |
getItemType()
Returns the type of the items stored in this collection.
|
ValueHolder |
getNotCompiledValueHolder() |
ListType |
getType()
Returns the type of the holder.
|
int |
size() |
java.lang.String |
toString() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ListValueListAdapter(ListValue listValue)
listValue
- public java.lang.Object get(int index)
get
in interface java.util.List<java.lang.Object>
get
in class java.util.AbstractList<java.lang.Object>
public int size()
size
in interface java.util.Collection<java.lang.Object>
size
in interface java.util.List<java.lang.Object>
size
in class java.util.AbstractCollection<java.lang.Object>
public ListType getType()
ValueHolder
getType
in interface ListHolder
getType
in interface ValueHolder
public java.lang.String getId()
ValueHolder
getId
in interface ValueHolder
public java.lang.String toString()
toString
in class java.util.AbstractCollection<java.lang.Object>
public Type getItemType()
CollectionHolder
getItemType
in interface CollectionHolder
public ValueHolder getNotCompiledValueHolder()
getNotCompiledValueHolder
in interface ValueHolder
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.