Class LimitedDict


  • public class LimitedDict
    extends Dict
    Since:
    MicroStrategy Web 8.1.1
    • Constructor Summary

      Constructors 
      Constructor Description
      LimitedDict​(int _maxSize, boolean _enableHashtable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(ByteArray str)  
      • Methods inherited from class java.lang.Object

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

      • LimitedDict

        public LimitedDict​(int _maxSize,
                           boolean _enableHashtable)