gov.noaa.pmel.tmap
Class HistoryTreeSet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--java.util.TreeSet
                    |
                    +--gov.noaa.pmel.tmap.HistoryTreeSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set, java.util.SortedSet

public class HistoryTreeSet
extends java.util.TreeSet

See Also:
Serialized Form

Field Summary
(package private)  HistoryInfo mLast
           
 
Constructor Summary
HistoryTreeSet()
           
 
Method Summary
 boolean add(java.lang.Object o)
           
 HistoryInfo getLast()
           
 
Methods inherited from class java.util.TreeSet
addAll, clear, clone, comparator, contains, first, headSet, isEmpty, iterator, last, remove, size, subSet, tailSet
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Field Detail

mLast

HistoryInfo mLast
Constructor Detail

HistoryTreeSet

public HistoryTreeSet()
Method Detail

add

public boolean add(java.lang.Object o)
Specified by:
add in interface java.util.Set
Overrides:
add in class java.util.TreeSet

getLast

public HistoryInfo getLast()