- java.lang.Object
 - 
- swim.structure.collections.ValueIterable<T>
 - 
- swim.structure.collections.ValueCollection<T>
 - 
- swim.structure.collections.ValueSet<T>
 
 
 
 
- 
- All Implemented Interfaces:
 Iterable<T>,Collection<T>,Set<T>
public class ValueSet<T> extends ValueCollection<T> implements Set<T>
 
- 
- 
Field Summary
- 
Fields inherited from class swim.structure.collections.ValueIterable
inner, valueForm 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)inthashCode()Set<Value>inner()<T2> ValueSet<T2>valueClass(Class<T2> valueClass)<T2> ValueSet<T2>valueForm(Form<T2> valueForm)- 
Methods inherited from class swim.structure.collections.ValueCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString 
- 
Methods inherited from class swim.structure.collections.ValueIterable
iterator, valueForm 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray 
 - 
 
 - 
 
- 
- 
Method Detail
- 
inner
public Set<Value> inner()
- Overrides:
 innerin classValueCollection<T>
 
- 
valueForm
public <T2> ValueSet<T2> valueForm(Form<T2> valueForm)
- Overrides:
 valueFormin classValueCollection<T>
 
- 
valueClass
public <T2> ValueSet<T2> valueClass(Class<T2> valueClass)
- Overrides:
 valueClassin classValueCollection<T>
 
- 
equals
public boolean equals(Object other)
 
 - 
 
 -