Package gw.util

Class IdentitySet<T>

    • Constructor Detail

      • IdentitySet

        public IdentitySet​(int size)
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • size

        public int size()
      • contains

        public boolean contains​(T o)
      • add

        public void add​(T o)
      • remove

        public void remove​(T o)
      • addAll

        public void addAll​(Collection<? extends T> c)
      • clear

        public void clear()
      • toArray

        public T[] toArray​(T[] array)