Package org.reactfx.util
Class SparseList.Stats
- java.lang.Object
-
- org.reactfx.util.SparseList.Stats
-
- Enclosing class:
- SparseList<E>
private static final class SparseList.Stats extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
presentCount
(package private) int
size
private static SparseList.Stats
ZERO
-
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()
-
-
-
Field Detail
-
ZERO
private static final SparseList.Stats ZERO
-
size
final int size
-
presentCount
final int presentCount
-
-