public class SetValueSetAdapter extends AbstractSet<Object> implements SetHolder
| Constructor and Description |
|---|
SetValueSetAdapter(SetValue setValue)
Constructs a set value set adapter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of the holder if present.
|
Type |
getItemType()
Returns the type of the items stored in this collection.
|
ValueHolder |
getNotCompiledValueHolder() |
SetType |
getType()
Returns the type of the holder.
|
Iterator<Object> |
iterator() |
int |
size() |
String |
toString() |
equals, hashCode, removeAlladd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic SetValueSetAdapter(SetValue setValue)
setValue - public int size()
size in interface Collection<Object>size in interface Set<Object>size in class AbstractCollection<Object>public SetType getType()
ValueHoldergetType in interface SetHoldergetType in interface ValueHolderpublic String getId()
ValueHoldergetId in interface ValueHolderpublic Type getItemType()
CollectionHoldergetItemType in interface CollectionHolderpublic String toString()
toString in class AbstractCollection<Object>public ValueHolder getNotCompiledValueHolder()
getNotCompiledValueHolder in interface ValueHolderCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.