Class Sized

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int size  
      java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Sized​(java.lang.Object value, int size)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public final java.lang.Object value
      • size

        public final int size
    • Constructor Detail

      • Sized

        public Sized​(java.lang.Object value,
                     int size)