Class LongSet

java.lang.Object
org.apache.uima.cas.impl.LongSet

final class LongSet extends Object
Sets of long values, used to support ll_set/getIntValue that manipulate v2 style long data
  • Field Details

  • Constructor Details

    • LongSet

      LongSet()
  • Method Details

    • reset

      void reset()
    • getLongForCode

      Long getLongForCode(int longCode)
    • getCodeForLong

      int getCodeForLong(Long s)
      get the code for a long, adding it to the long table if not already there.
      Parameters:
      s - The long.
      Returns:
      The code corresponding to the long, which can be used in the getLongForCode call above
    • getSize

      int getSize()