net.ontopia.topicmaps.nav2.utils
Class TreeWidget.UniversalSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by net.ontopia.utils.CompactHashSet
              extended by net.ontopia.topicmaps.nav2.utils.TreeWidget.UniversalSet
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.Set
Enclosing class:
TreeWidget

protected class TreeWidget.UniversalSet
extends CompactHashSet


Field Summary
 
Fields inherited from class net.ontopia.utils.CompactHashSet
deletedObject, elements, freecells, INITIAL_SIZE, LOAD_FACTOR, modCount, nullObject, objects
 
Constructor Summary
protected TreeWidget.UniversalSet()
           
 
Method Summary
 boolean contains(java.lang.Object object)
          Returns true if this set contains the specified element.
 
Methods inherited from class net.ontopia.utils.CompactHashSet
add, clear, dump, isEmpty, iterator, rehash, rehash, remove, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, retainAll
 

Constructor Detail

TreeWidget.UniversalSet

protected TreeWidget.UniversalSet()
Method Detail

contains

public boolean contains(java.lang.Object object)
Description copied from class: CompactHashSet
Returns true if this set contains the specified element.

Specified by:
contains in interface java.util.Collection
Specified by:
contains in interface java.util.Set
Overrides:
contains in class CompactHashSet
Parameters:
object - element whose presence in this set is to be tested.
Returns:
true if this set contains the specified element.


Copyright © 2000-2012 Ontopia.