Class CapturePoints<TYPE>

java.lang.Object
java.util.AbstractCollection<CapturePoint<TYPE>>
java.util.AbstractList<CapturePoint<TYPE>>
java.util.ArrayList<CapturePoint<TYPE>>
io.nosqlbench.virtdata.core.templates.CapturePoints<TYPE>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<CapturePoint<TYPE>>, Collection<CapturePoint<TYPE>>, List<CapturePoint<TYPE>>, RandomAccess, SequencedCollection<CapturePoint<TYPE>>

public class CapturePoints<TYPE> extends ArrayList<CapturePoint<TYPE>>
See Also:
  • Constructor Details

    • CapturePoints

      public CapturePoints()
    • CapturePoints

      public CapturePoints(@NotNull @NotNull Collection<? extends CapturePoint<TYPE>> capturePoints)
  • Method Details

    • isGlob

      public boolean isGlob()