Class FieldsBase<T extends FieldBase>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      KeyTreeMap<T> map  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldsBase()  
      FieldsBase​(java.util.Collection<T> fields)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(T field)  
      void merge​(FieldsBase fields)  
      • Methods inherited from class java.lang.Object

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

      • FieldsBase

        public FieldsBase()
      • FieldsBase

        public FieldsBase​(java.util.Collection<T> fields)
    • Method Detail

      • merge

        public void merge​(FieldsBase fields)
      • add

        public void add​(T field)