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>

Author:
Adrian Cole

Method Summary
 String getToken()
           
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getToken

@Nullable
String getToken()


Copyright © 2009-2011 jclouds. All Rights Reserved.