Package org.infinispan.commons.util
Class FastCopyHashMap.Values
- java.lang.Object
- 
- java.util.AbstractCollection<V>
- 
- org.infinispan.commons.util.FastCopyHashMap.Values
 
 
- 
- All Implemented Interfaces:
- Iterable<V>,- Collection<V>
 - Enclosing class:
- FastCopyHashMap<K,V>
 
 public final class FastCopyHashMap.Values extends AbstractCollection<V> 
- 
- 
Constructor SummaryConstructors Constructor Description Values()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontains(Object o)Iterator<V>iterator()intsize()- 
Methods inherited from class java.util.AbstractCollectionadd, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.Collectionequals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
 
- 
 
- 
- 
- 
Method Detail- 
iteratorpublic Iterator<V> iterator() - Specified by:
- iteratorin interface- Collection<V>
- Specified by:
- iteratorin interface- Iterable<V>
- Specified by:
- iteratorin class- AbstractCollection<V>
 
 - 
sizepublic int size() - Specified by:
- sizein interface- Collection<V>
- Specified by:
- sizein class- AbstractCollection<V>
 
 - 
containspublic boolean contains(Object o) - Specified by:
- containsin interface- Collection<V>
- Overrides:
- containsin class- AbstractCollection<V>
 
 - 
clearpublic void clear() - Specified by:
- clearin interface- Collection<V>
- Overrides:
- clearin class- AbstractCollection<V>
 
 
- 
 
-