Package io.usethesource.capsule
Interface Set<K>
- All Superinterfaces:
Collection<K>
,Iterable<K>
,Set<K>
,SetEq<K>
- All Known Subinterfaces:
Set.Immutable<K>
,Set.Transient<K>
- All Known Implementing Classes:
AbstractImmutableSet
,AbstractSpecialisedImmutableSet
,PersistentTrieSet
,PersistentTrieSet.AbstractTransientTrieSet
,PersistentTrieSet.TransientTrieSet
,Set0
,Set1
,Set2
,Set3
,Set4
,Set5
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
add, addAll, clear, iterator, remove, removeAll, retainAll, spliterator, toArray, toArray
Methods inherited from interface io.usethesource.capsule.SetEq
containsAllEquivalent, containsEquivalent, equivalent, getEquivalent
-
Method Details
-
size
int size() -
isEmpty
boolean isEmpty() -
contains
-
containsAll
- Specified by:
containsAll
in interfaceCollection<K>
- Specified by:
containsAll
in interfaceSet<K>
-
get
-
findFirst
-
keyIterator
-
equals
-
hashCode
int hashCode()
-