Class IdentityCounter<T>

  • Type Parameters:
    T - The type of the objects being counted
    All Implemented Interfaces:
    Serializable

    public final class IdentityCounter<T>
    extends Object
    implements Serializable

    Purpose-specific set that can tell whether an object (by reference) has already been added to it.

    Objects of this class are not thread-safe.

    Since:
    2.0.0
    Author:
    Rustam Miftakhutdinov
    See Also:
    Serialized Form
    • Constructor Detail

      • IdentityCounter

        public IdentityCounter​(int expectedMaxSize)
    • Method Detail

      • count

        public void count​(T object)
      • isAlreadyCounted

        public boolean isAlreadyCounted​(T object)