Class NoopCollectionTracker
- java.lang.Object
-
- org.hibernate.bytecode.enhance.internal.tracker.NoopCollectionTracker
-
- All Implemented Interfaces:
CollectionTracker
public final class NoopCollectionTracker extends Object implements CollectionTracker
small low memory class to keep track of the number of elements in a collection
-
-
Field Summary
Fields Modifier and Type Field Description static CollectionTracker
INSTANCE
-
Constructor Summary
Constructors Constructor Description NoopCollectionTracker()
-
-
-
Field Detail
-
INSTANCE
public static final CollectionTracker INSTANCE
-
-
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
-
-