Class TreeBidiMap.KeyView
java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
TreeBidiMap<K,V>.org.apache.commons.collections4.bidimap.TreeBidiMap.View<K>
org.apache.commons.collections4.bidimap.TreeBidiMap.KeyView
- All Implemented Interfaces:
Iterable<K>
,Collection<K>
,Set<K>
- Enclosing class:
TreeBidiMap<K extends Comparable<K>,
V extends Comparable<V>>
-
Field Summary
Fields inherited from class org.apache.commons.collections4.bidimap.TreeBidiMap.View
orderType
-
Constructor Summary
ConstructorsConstructorDescriptionKeyView
(TreeBidiMap.DataElement orderType) Create a new TreeBidiMap.KeyView. -
Method Summary
Methods inherited from class org.apache.commons.collections4.bidimap.TreeBidiMap.View
clear, size
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
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
Methods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
KeyView
Create a new TreeBidiMap.KeyView.
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceCollection<K extends Comparable<K>>
- Specified by:
iterator
in interfaceIterable<K extends Comparable<K>>
- Specified by:
iterator
in interfaceSet<K extends Comparable<K>>
- Specified by:
iterator
in classAbstractCollection<K extends Comparable<K>>
-
contains
- Specified by:
contains
in interfaceCollection<K extends Comparable<K>>
- Specified by:
contains
in interfaceSet<K extends Comparable<K>>
- Overrides:
contains
in classAbstractCollection<K extends Comparable<K>>
-
remove
- Specified by:
remove
in interfaceCollection<K extends Comparable<K>>
- Specified by:
remove
in interfaceSet<K extends Comparable<K>>
- Overrides:
remove
in classAbstractCollection<K extends Comparable<K>>
-