Class TypeIndexedSet.TypeIndex

java.lang.Object
com.google.gwt.core.ext.linker.TypeIndexedSet.TypeIndex
Enclosing class:
TypeIndexedSet<T extends Comparable>

static final class TypeIndexedSet.TypeIndex extends Object
Organizes set members by their concrete type.
  • Constructor Details

  • Method Details

    • clear

      void clear()
    • add

      void add(Comparable o)
      Adds an item to the index. If the initial index has not yet been created, no action is taken.
    • remove

      void remove(Object o)
      Removes an item from the index. If the initial index has not yet been created, no action is taken.
    • findAssignableTo

      <T extends Comparable> SortedSet<T> findAssignableTo(Class<T> type)
      Locates all indexed members that can be assigned to type.