Class CollectionChangeTrackerImpl

    • Field Detail

      • _coll

        protected final java.util.Collection _coll
      • _dups

        protected final boolean _dups
      • _order

        protected final boolean _order
    • Constructor Detail

      • CollectionChangeTrackerImpl

        public CollectionChangeTrackerImpl​(java.util.Collection coll,
                                           boolean dups,
                                           boolean order,
                                           boolean autoOff)
        Constructor.
        Parameters:
        coll - the collection to delegate to
        dups - true if the collection allows duplicates, false otherwise
        order - true if the collection is ordered, false otherwise