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 Details

    • SimpleCollectionTracker

      public SimpleCollectionTracker()
  • Method Details