Uses of Class
goldman.collection.ordered.SkipList.Tracker

Packages that use SkipList.Tracker
goldman.collection.ordered An ordered collection is an untagged algorithmically positioned collection of comparable elements that may contain duplicates. 
 

Uses of SkipList.Tracker in goldman.collection.ordered
 

Methods in goldman.collection.ordered that return SkipList.Tracker
 SkipList.Tracker SkipList.getLocator(E element)
           
 SkipList.Tracker SkipList.iterator()
          Creates a new tracker at FORE.
 SkipList.Tracker SkipList.iteratorAtEnd()
          Creates a new tracker at AFT.