Class LimitedRange<E>

    • Constructor Detail

      • LimitedRange

        public LimitedRange​(int skip,
                            int limit)
    • Method Detail

      • test

        public final boolean test​(E e)
        Specified by:
        test in interface Predicate<E>