Class UVector64

java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector64

public final class UVector64 extends Object
  • Constructor Details

    • UVector64

      public UVector64()
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • size

      public int size()
    • elementAti

      public long elementAti(int i)
    • getBuffer

      public long[] getBuffer()
    • addElement

      public void addElement(long e)
    • setElementAt

      public void setElementAt(long elem, int index)
    • insertElementAt

      public void insertElementAt(long elem, int index)
    • removeAllElements

      public void removeAllElements()