public class IndexedSetStats extends Object implements Serializable
IndexedSet
static structure.
Statistics are tracked only during modification operations.
It has self-explanatory toString()
method that can be used to periodically dump
information about important caches that are based on the IndexedSet
.Modifier and Type | Method and Description |
---|---|
int |
getAllocatedSize() |
double |
getAmortizedCost() |
double |
getAverageDistance() |
double |
getFillFactor() |
long |
getModCount() |
int |
getSize() |
String |
toString() |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.