Side of Software
Dated Collections Library 2.0

Uses of Class
sos.dated.util.AbstractDatedSet

Uses of AbstractDatedSet in sos.dated.util
 

Subclasses of AbstractDatedSet in sos.dated.util
 class HashSetByDate<E,D>
          An implementation of DatedSet that uses a HashMapByDate as its underlying data structure.
 class HashSetByElement<E,D>
          An implementation of DatedSet that uses a HashMapByKey as its underlying data structure.
 class LinkedHashSetByDate<E,D>
          An implementation of DatedSet that uses a LinkedHashMapByDate as its underlying data structure.
 class TreeSetByDate<E,D>
          An implementation of DatedSet that uses a TreeMapByDate as its underlying data structure.
 class TreeSetByElement<E,D>
          An implementation of DatedSet that uses a TreeMapByKey as its underlying data structure to keep its elements in sorted order and to provide fast indexing to elements.
 


Side of Software
Dated Collections Library 2.0

Copyright 2003-09 Side of Software (SOS). All rights reserved.