com.partnersoft.data
Interface IdentifiableSet<T extends Identifiable>

All Superinterfaces:
java.util.Collection<T>, java.lang.Iterable<T>, java.util.Set<T>
All Known Implementing Classes:
IndexedIdentifiableSet

public interface IdentifiableSet<T extends Identifiable>
extends java.util.Set<T>


Method Summary
 T forGuid(java.lang.String guid)
           
 T forId(int id)
           
 T named(java.lang.String name)
           
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

named

T named(java.lang.String name)

forId

T forId(int id)

forGuid

T forGuid(java.lang.String guid)