Searched refs:inUseObjects (Results 1 – 1 of 1) sorted by relevance
28 private final HashSet<T> inUseObjects = new HashSet<T>(); field in InUseStateAggregator36 int origSize = inUseObjects.size(); in updateObjectInUse()38 inUseObjects.add(object); in updateObjectInUse()43 boolean removed = inUseObjects.remove(object); in updateObjectInUse()51 return !inUseObjects.isEmpty(); in isInUse()