Class PathQ

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

    public class PathQ
    extends VectorQ
    • Constructor Detail

      • PathQ

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

        public PathQ()
      • PathQ

        public PathQ​(long cnt)
      • PathQ

        public PathQ​(long cnt,
                     Q value)
      • PathQ

        public PathQ​(VectorQ v)
    • Method Detail

      • getCPtr

        public static long getCPtr​(PathQ obj)
      • delete

        public void delete()
        Overrides:
        delete in class VectorQ
      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<Q>
        Specified by:
        size in interface java.util.List<Q>
        Overrides:
        size in class VectorQ
      • elem

        public Q elem​(long idx)