Class Key2Set<E,K1,K2>

Type Parameters:
E - type of elements stored in the set
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, Set<E>, ICollection<E>

public class Key2Set<E,K1,K2> extends Key2Collection<E,K1,K2> implements Set<E>
Key2Set implements a set. The elements allowed in the set can be constraint (null/duplicate values).
See Also:
  • Constructor Details

    • Key2Set

      protected Key2Set()
      Protected constructor used by builder or derived collections.
  • Method Details