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 Summary
Constructors Constructor Description Values()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
boolean
contains(Object o)
Iterator<V>
iterator()
int
size()
-