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, removeAll
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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()
ValueHolder
getType
in interface SetHolder
getType
in interface ValueHolder
public String getId()
ValueHolder
getId
in interface ValueHolder
public Type getItemType()
CollectionHolder
getItemType
in interface CollectionHolder
public String toString()
toString
in class AbstractCollection<Object>
public ValueHolder getNotCompiledValueHolder()
getNotCompiledValueHolder
in interface ValueHolder
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.