Package nds2

Class vectorEpochs

  • Direct Known Subclasses:
    epochs_type

    public class vectorEpochs
    extends java.lang.Object
    • Constructor Detail

      • vectorEpochs

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

        public vectorEpochs()
      • vectorEpochs

        public vectorEpochs​(long n)
    • Method Detail

      • getCPtr

        protected static long getCPtr​(vectorEpochs obj)
      • finalize

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

        public void delete()
      • size

        public long size()
      • capacity

        public long capacity()
      • reserve

        public void reserve​(long n)
      • isEmpty

        public boolean isEmpty()
      • clear

        public void clear()
      • add

        public void add​(epoch x)
      • get

        public epoch get​(int i)
      • set

        public void set​(int i,
                        epoch val)