Class RevObjectList.Block

  • Enclosing class:
    RevObjectList<E extends RevObject>

    protected static class RevObjectList.Block
    extends java.lang.Object
    One level of contents, either an intermediate level or a leaf level.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object[] contents  
      (package private) int shift  
    • Constructor Summary

      Constructors 
      Constructor Description
      Block​(int s)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • contents

        final java.lang.Object[] contents
      • shift

        final int shift
    • Constructor Detail

      • Block

        Block​(int s)