Interface Copyable<T>

Type Parameters:
T - type of copy object
All Known Subinterfaces:
IBitSet, PointsToSet, SetEx<E>
All Known Implementing Classes:
AbstractBitSet, AbstractHybridSet, AbstractSetEx, ArraySet, CPFact, GenericBitSet, HybridBitSet, HybridHashSet, HybridIndexableSet, HybridLinkedHashSet, IndexableSet, IndexerBitSet, MapFact, RegularBitSet, SetFact, SparseBitSet

public interface Copyable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates and returns a copy of this object.
  • Method Details

    • copy

      T copy()
      Creates and returns a copy of this object.
      Returns:
      a copy of this object.