Class VecotrVecotrULong

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

    public class VecotrVecotrULong
    extends java.util.AbstractList<vector_ui>
    implements java.util.RandomAccess
    • Constructor Detail

      • VecotrVecotrULong

        public VecotrVecotrULong​(long cPtr,
                                 boolean cMemoryOwn)
      • VecotrVecotrULong

        public VecotrVecotrULong​(vector_ui[] initialElements)
      • VecotrVecotrULong

        public VecotrVecotrULong​(java.lang.Iterable<vector_ui> initialElements)
      • VecotrVecotrULong

        public VecotrVecotrULong()
      • VecotrVecotrULong

        public VecotrVecotrULong​(int count,
                                 vector_ui value)
    • Method Detail

      • delete

        public void delete()
      • get

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

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

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

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

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

        public long capacity()
      • reserve

        public void reserve​(long n)
      • isEmpty

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

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