Class SparseList.Stats

  • Enclosing class:
    SparseList<E>

    private static final class SparseList.Stats
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Stats​(int size, int presentCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getPresentCount()  
      (package private) int getSize()  
      • Methods inherited from class java.lang.Object

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

      • size

        final int size
      • presentCount

        final int presentCount
    • Constructor Detail

      • Stats

        Stats​(int size,
              int presentCount)
    • Method Detail

      • getSize

        int getSize()
      • getPresentCount

        int getPresentCount()