Class FieldNameSet

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.lang.String>, java.util.Collection<java.lang.String>, java.util.Set<java.lang.String>, SymbolTable<java.lang.String>

    public class FieldNameSet
    extends java.util.HashSet<java.lang.String>
    implements SymbolTable<java.lang.String>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FieldNameSet fork()  
      int getCapacity()  
      void lock​(java.lang.String name)  
      void release​(java.lang.String name)  
      • Methods inherited from class java.util.HashSet

        add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
      • Methods inherited from class java.util.AbstractSet

        equals, hashCode, removeAll
      • Methods inherited from class java.util.AbstractCollection

        addAll, containsAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

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

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
    • Constructor Detail

      • FieldNameSet

        public FieldNameSet()
      • FieldNameSet

        public FieldNameSet​(int capacity)
      • FieldNameSet

        public FieldNameSet​(FieldNameSet parent)
    • Method Detail

      • lock

        public void lock​(java.lang.String name)
        Specified by:
        lock in interface SymbolTable<java.lang.String>
      • release

        public void release​(java.lang.String name)
        Specified by:
        release in interface SymbolTable<java.lang.String>
      • getCapacity

        public int getCapacity()