Class CommonSymbolsScope<K extends java.lang.CharSequence,​V extends ISymbol>

  • All Implemented Interfaces:
    IScope<K,​V>, java.io.Serializable, java.lang.Cloneable, java.util.Map<K,​V>

    public class CommonSymbolsScope<K extends java.lang.CharSequence,​V extends ISymbol>
    extends StandardScope<K,​V>
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CommonSymbolsScope.LockedDownSymbol  
      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String PRINT  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CommonSymbolsScope()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CommonSymbolsScope<K,​V> copy()
      Shallow copy this scope
      static CommonSymbolsScope make()  
      V put​(K key, V value)  
      void putAll​(java.util.Map m)  
      • Methods inherited from class java.util.HashMap

        clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class java.util.AbstractMap

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
    • Constructor Detail

      • CommonSymbolsScope

        private CommonSymbolsScope()
    • Method Detail

      • put

        public V put​(K key,
                     V value)
        Specified by:
        put in interface IScope<K extends java.lang.CharSequence,​V extends ISymbol>
        Specified by:
        put in interface java.util.Map<K extends java.lang.CharSequence,​V extends ISymbol>
        Overrides:
        put in class java.util.HashMap<K extends java.lang.CharSequence,​V extends ISymbol>
      • putAll

        public void putAll​(java.util.Map m)
        Specified by:
        putAll in interface java.util.Map<K extends java.lang.CharSequence,​V extends ISymbol>
        Overrides:
        putAll in class java.util.HashMap<K extends java.lang.CharSequence,​V extends ISymbol>