Class NamedList.NamedListEntry<T>

  • All Implemented Interfaces:
    Map.Entry<String,​T>
    Enclosing class:
    NamedList<T>

    public static final class NamedList.NamedListEntry<T>
    extends Object
    implements Map.Entry<String,​T>
    Helper class implementing Map.Entry<String, T> to store the key-value relationship in NamedList (the keys of which are String-s)