Class SimpleCollectionTracker
- java.lang.Object
-
- org.hibernate.bytecode.enhance.internal.tracker.SimpleCollectionTracker
-
- All Implemented Interfaces:
CollectionTracker
public final class SimpleCollectionTracker extends Object implements CollectionTracker
small low memory class to keep track of the number of elements in a collection
-
-
Constructor Summary
Constructors Constructor Description SimpleCollectionTracker()
-
-
-
Method Detail
-
add
public void add(String name, int size)
- Specified by:
add
in interfaceCollectionTracker
-
getSize
public int getSize(String name)
- Specified by:
getSize
in interfaceCollectionTracker
-
-