Class DefaultAllValues

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<OneValue<?>> values  
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultAllValues​(int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OneValue<?> get​(int index)  
      java.util.Iterator<OneValue<?>> iterator()  
      int size()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • values

        protected final java.util.List<OneValue<?>> values
    • Constructor Detail

      • DefaultAllValues

        DefaultAllValues​(int size)
    • Method Detail

      • iterator

        public java.util.Iterator<OneValue<?>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<OneValue<?>>
      • size

        public int size()
        Specified by:
        size in interface AllValues
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object