Class CBORParser.StringRefList

  • Enclosing class:
    CBORParser

    protected static final class CBORParser.StringRefList
    extends java.lang.Object
    Type to keep track of a list of string references. A depth is stored to know when to pop the references off the stack for nested namespaces.
    Since:
    2.15
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int depth  
      java.util.ArrayList<java.lang.Object> stringRefs  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringRefList​(int depth)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • stringRefs

        public java.util.ArrayList<java.lang.Object> stringRefs
      • depth

        public int depth
    • Constructor Detail

      • StringRefList

        public StringRefList​(int depth)