Class JsonListWrapper<T>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
java.util.ArrayList<T>
io.nosqlbench.virtdata.library.wrappers.JsonListWrapper<T>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, SequencedCollection<T>

public class JsonListWrapper<T> extends ArrayList<T>
See Also:
  • Constructor Details

    • JsonListWrapper

      public JsonListWrapper(int initialCapacity)
    • JsonListWrapper

      public JsonListWrapper()
    • JsonListWrapper

      public JsonListWrapper(@NotNull @NotNull Collection<? extends T> c)
  • Method Details