类 HDataRowCollection

  • 所有已实现的接口:
    java.lang.Iterable<HDataRow>

    public class HDataRowCollection
    extends java.lang.Object
    implements java.lang.Iterable<HDataRow>
    • 方法详细资料

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains​(HDataRow o)
      • iterator

        public java.util.Iterator<HDataRow> iterator()
        指定者:
        iterator 在接口中 java.lang.Iterable<HDataRow>
      • clear

        public void clear()
      • get

        public HDataRow get​(int index)
      • add

        public void add​(int index,
                        HDataRow hDataRow)
      • removeAt

        public HDataRow removeAt​(int index)
      • removeColumnAt

        public void removeColumnAt​(int index)
      • indexOf

        public int indexOf​(HDataRow o)
      • lastIndexOf

        public int lastIndexOf​(HDataRow o)
      • subList

        public java.util.List<HDataRow> subList​(int fromIndex,
                                                int toIndex)
      • stream

        public java.util.stream.Stream<HDataRow> stream()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        覆盖:
        finalize 在类中 java.lang.Object
        抛出:
        java.lang.Throwable