Class Vector3fVector

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

    public class Vector3fVector
    extends java.util.AbstractList<Vector3f>
    implements java.util.RandomAccess
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int index, Vector3f e)  
      boolean add​(Vector3f e)  
      long capacity()  
      void clear()  
      void delete()  
      Vector3f get​(int index)  
      static long getCPtr​(Vector3fVector obj)  
      boolean isEmpty()  
      Vector3f remove​(int index)  
      void reserve​(long n)  
      Vector3f set​(int index, Vector3f e)  
      int size()  
      • 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

        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
    • Constructor Detail

      • Vector3fVector

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

        public Vector3fVector​(Vector3f[] initialElements)
      • Vector3fVector

        public Vector3fVector​(java.lang.Iterable<Vector3f> initialElements)
      • Vector3fVector

        public Vector3fVector()
      • Vector3fVector

        public Vector3fVector​(int count,
                              Vector3f value)
    • Method Detail

      • delete

        public void delete()
      • get

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

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

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

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

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

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

        public long capacity()
      • reserve

        public void reserve​(long n)
      • isEmpty

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

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