Package yarp

Class Vocab


  • public class Vocab
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean swigCMemOwn  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Vocab()  
      protected Vocab​(long cPtr, boolean cMemoryOwn)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String decode​(int code)  
      void delete()  
      static int encode​(java.lang.String str)  
      protected void finalize()  
      protected static long getCPtr​(Vocab obj)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • swigCMemOwn

        protected transient boolean swigCMemOwn
    • Constructor Detail

      • Vocab

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

        public Vocab()
    • Method Detail

      • getCPtr

        protected static long getCPtr​(Vocab obj)
      • finalize

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

        public void delete()
      • encode

        public static int encode​(java.lang.String str)
      • decode

        public static java.lang.String decode​(int code)