com.devexperts.util
Class IndexedSetStats

java.lang.Object
  extended by 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

Method Summary
 int getAllocatedSize()
           
 double getAmortizedCost()
           
 double getAverageDistance()
           
 double getFillFactor()
           
 long getModCount()
           
 int getSize()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.