Class TSet


  • public final class TSet
    extends java.lang.Object
    Helper class that encapsulates set metadata.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte elemType  
      int size  
    • Constructor Summary

      Constructors 
      Constructor Description
      TSet()  
      TSet​(byte t, int s)  
      TSet​(TList list)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • elemType

        public final byte elemType
      • size

        public final int size
    • Constructor Detail

      • TSet

        public TSet()
      • TSet

        public TSet​(byte t,
                    int s)
      • TSet

        public TSet​(TList list)