Class IdentityHashingStrategy<K>

    • Field Detail

      • INSTANCE

        public static final IdentityHashingStrategy<Object> INSTANCE
        A single instance that can be shared with multiple collections. This instance is thread safe.
    • Constructor Detail

      • IdentityHashingStrategy

        public IdentityHashingStrategy()
    • Method Detail

      • computeHashCode

        public int computeHashCode(K object)
      • equals

        public boolean equals(K o1,
                              K o2)