Package 

Class DummyList

  • All Implemented Interfaces:
    java.io.Serializable , java.util.RandomAccess , kotlin.Cloneable , kotlin.collections.Collection , kotlin.collections.Iterable , kotlin.collections.List , kotlin.collections.MutableCollection , kotlin.collections.MutableIterable , kotlin.collections.MutableList

    
    public final class DummyList
    extends ArrayList<LocalDate>
                        
    • Method Summary

      Modifier and Type Method Description
      Integer getSize()
      • Methods inherited from class net.pwall.json.DummyList

        add, add, addAll, addAll, clear, clone, contains, elementData, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, removeAt, removeIf, removeRange, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray, trimToSize
      • Methods inherited from class java.util.AbstractList

        containsAll, toString
      • Methods inherited from class java.util.ArrayList

        equals, hashCode
      • Methods inherited from class kotlin.collections.MutableCollection

        parallelStream, stream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait