Class OpCountingSet<T>

Type Parameters:
T - Item tpe.
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

public class OpCountingSet<T> extends OpCountingCollection<T> implements Set<T>
  • Constructor Details

    • OpCountingSet

      public OpCountingSet(Set<T> pDelegate)