Package org.jclouds.atmos.domain
Interface BoundedSet<T>
-
- All Superinterfaces:
Collection<T>
,Iterable<T>
,Set<T>
- All Known Implementing Classes:
BoundedLinkedHashSet
public interface BoundedSet<T> extends Set<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getToken()
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-