Class SignatureBasedSortedSet<E extends CtExecutable<?>>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.TreeSet<E>
spoon.support.util.SignatureBasedSortedSet<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, NavigableSet<E>, Set<E>, SortedSet<E>

public class SignatureBasedSortedSet<E extends CtExecutable<?>> extends TreeSet<E>
maintains unicity with method signatures
See Also:
Serialized Form
  • Constructor Details

    • SignatureBasedSortedSet

      public SignatureBasedSortedSet(Collection<E> elements)
    • SignatureBasedSortedSet

      public SignatureBasedSortedSet()