Class VectorVectorInt

  • All Implemented Interfaces:
    java.lang.Iterable<VectorInt>, java.util.Collection<VectorInt>, java.util.List<VectorInt>, java.util.RandomAccess

    public class VectorVectorInt
    extends java.util.AbstractList<VectorInt>
    implements java.util.RandomAccess
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean swigCMemOwn  
      • Fields inherited from class java.util.AbstractList

        modCount
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int index, VectorInt e)  
      boolean add​(VectorInt e)  
      long capacity()  
      void clear()  
      void delete()  
      protected void finalize()  
      VectorInt get​(int index)  
      protected static long getCPtr​(VectorVectorInt obj)  
      boolean isEmpty()  
      VectorInt remove​(int index)  
      protected void removeRange​(int fromIndex, int toIndex)  
      void reserve​(long n)  
      VectorInt set​(int index, VectorInt e)  
      int size()  
      protected static long swigRelease​(VectorVectorInt obj)  
      • Methods inherited from class java.util.AbstractList

        addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
      • Methods inherited from class java.util.AbstractCollection

        addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        clone, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
    • Field Detail

      • swigCMemOwn

        protected transient boolean swigCMemOwn
    • Constructor Detail

      • VectorVectorInt

        protected VectorVectorInt​(long cPtr,
                                  boolean cMemoryOwn)
      • VectorVectorInt

        public VectorVectorInt​(VectorInt[] initialElements)
      • VectorVectorInt

        public VectorVectorInt​(java.lang.Iterable<VectorInt> initialElements)
      • VectorVectorInt

        public VectorVectorInt()
      • VectorVectorInt

        public VectorVectorInt​(int count,
                               VectorInt value)
    • Method Detail

      • finalize

        protected void finalize()
        Overrides:
        finalize in class java.lang.Object
      • delete

        public void delete()
      • get

        public VectorInt get​(int index)
        Specified by:
        get in interface java.util.List<VectorInt>
        Specified by:
        get in class java.util.AbstractList<VectorInt>
      • add

        public boolean add​(VectorInt e)
        Specified by:
        add in interface java.util.Collection<VectorInt>
        Specified by:
        add in interface java.util.List<VectorInt>
        Overrides:
        add in class java.util.AbstractList<VectorInt>
      • add

        public void add​(int index,
                        VectorInt e)
        Specified by:
        add in interface java.util.List<VectorInt>
        Overrides:
        add in class java.util.AbstractList<VectorInt>
      • remove

        public VectorInt remove​(int index)
        Specified by:
        remove in interface java.util.List<VectorInt>
        Overrides:
        remove in class java.util.AbstractList<VectorInt>
      • removeRange

        protected void removeRange​(int fromIndex,
                                   int toIndex)
        Overrides:
        removeRange in class java.util.AbstractList<VectorInt>
      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<VectorInt>
        Specified by:
        size in interface java.util.List<VectorInt>
        Specified by:
        size in class java.util.AbstractCollection<VectorInt>
      • capacity

        public long capacity()
      • reserve

        public void reserve​(long n)
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface java.util.Collection<VectorInt>
        Specified by:
        isEmpty in interface java.util.List<VectorInt>
        Overrides:
        isEmpty in class java.util.AbstractCollection<VectorInt>
      • clear

        public void clear()
        Specified by:
        clear in interface java.util.Collection<VectorInt>
        Specified by:
        clear in interface java.util.List<VectorInt>
        Overrides:
        clear in class java.util.AbstractList<VectorInt>