Class StaticBucketMap.Values
java.lang.Object
java.util.AbstractCollection<V>
org.apache.commons.collections4.map.StaticBucketMap.Values
- All Implemented Interfaces:
Iterable<V>, Collection<V>
- Enclosing class:
StaticBucketMap<K,V>
- Since:
- 3.0 (previously in main package v2.1)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractCollection
add, addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream
-
Constructor Details
-
Values
private Values()
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection<V>- Specified by:
sizein classAbstractCollection<V>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<V>- Overrides:
clearin classAbstractCollection<V>
-
iterator
-