Class DuplicateElementError.Element<T>

  • Enclosing class:
    DuplicateElementError<T>

    static class DuplicateElementError.Element<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Binding<T> binding  
      (package private) T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Element​(T value, Binding<T> binding)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Element

        Element​(T value,
                Binding<T> binding)