Class SetView<T>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<T>, java.util.Collection<T>, java.util.Set<T>

    public class SetView<T>
    extends AbstractCollectionView<T>
    implements java.util.Set<T>
    See Also:
    Serialized Form
    • Constructor Detail

      • SetView

        public SetView​(java.util.Collection<T> originalCollection,
                       java.lang.Integer from,
                       java.lang.Integer count)
    • Method Detail

      • createLimited

        protected java.util.Collection<T> createLimited​(java.util.Collection<T> originalCollection,
                                                        java.lang.Integer fromOrNull,
                                                        java.lang.Integer countOrNull)
        Specified by:
        createLimited in class AbstractCollectionView<T>