com.devexperts.util
Class IndexedSetStats
java.lang.Object
com.devexperts.util.IndexedSetStats
- All Implemented Interfaces:
- Serializable
public class IndexedSetStats
- extends Object
- implements Serializable
Provides access to statistics of the 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
.
- See Also:
- Serialized Form
getSize
public int getSize()
getAllocatedSize
public int getAllocatedSize()
getFillFactor
public double getFillFactor()
getAverageDistance
public double getAverageDistance()
getAmortizedCost
public double getAmortizedCost()
getModCount
public long getModCount()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Devexperts. All Rights Reserved.