Class LimitedChangesCollection


  • public class LimitedChangesCollection
    extends Object
    A collection of limited number of changes
    • Method Detail

      • getLimit

        public int getLimit()
        Returns:
        limit used in this collection
      • isLimitExceeded

        public boolean isLimitExceeded()
        Returns:
        true if limit was exceeded
      • getChanges

        public List<ChangeDescriptor> getChanges()
        Returns:
        collection of changes of size not greater than limit
      • isEmpty

        public boolean isEmpty()
        Returns:
        true if there is no changes in this collection
      • isContainsChanges

        public boolean isContainsChanges()
      • isCalculated

        public boolean isCalculated()