Class DocumentNodeState.Children

  • All Implemented Interfaces:
    CacheValue
    Enclosing class:
    DocumentNodeState

    public static class DocumentNodeState.Children
    extends java.lang.Object
    implements CacheValue
    A list of children for a node.
    • Constructor Detail

      • Children

        public Children()
    • Method Detail

      • getMemory

        public int getMemory()
        Description copied from interface: CacheValue
        The estimated amount of memory used by this object, in bytes.
        Specified by:
        getMemory in interface CacheValue
        Returns:
        the estimated number of bytes
      • toString

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

        public java.lang.String asString()