mam.agent
Class AgentPropertiesTreeSet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--java.util.TreeSet
                    |
                    +--mam.agent.AgentPropertiesTreeSet

public class AgentPropertiesTreeSet
extends TreeSet
implements AgentPropertiesCollection


Method Summary
 Objectclone()
           

Methods inherited from class java.util.TreeSet
iterator, size, isEmpty, contains, add, remove, clear, addAll, subSet, headSet, tailSet, comparator, first, last

Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll

Methods inherited from class java.util.AbstractCollection
toArray, toArray, containsAll, retainAll, toString

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait, finalize

Method Detail

clone

public Object clone()