类 SimpleCollectionTracker
- java.lang.Object
-
- org.hibernate.bytecode.enhance.internal.tracker.SimpleCollectionTracker
-
- 所有已实现的接口:
CollectionTracker
public final class SimpleCollectionTracker extends Object implements CollectionTracker
small low memory class to keep track of the number of elements in a collection
-
-
方法详细资料
-
add
public void add(String name, int size)
- 指定者:
add在接口中CollectionTracker
-
getSize
public int getSize(String name)
- 指定者:
getSize在接口中CollectionTracker
-
-