Class Collections.WriteOnlyMap<A,B>

java.lang.Object
java.util.AbstractMap<A,B>
eu.bandm.tools.util.java.Collections.WriteOnlyMap<A,B>
All Implemented Interfaces:
Map<A,B>
Enclosing class:
Collections

@Deprecated(forRemoval=true) public static class Collections.WriteOnlyMap<A,B> extends AbstractMap<A,B>
Deprecated, for removal: This API element is subject to removal in a future version.
use biconsumer instead
  • Constructor Details

    • WriteOnlyMap

      public WriteOnlyMap()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • put

      public B put(A a, B b)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      put in interface Map<A,B>
      Overrides:
      put in class AbstractMap<A,B>
    • entrySet

      public Set<Map.Entry<A,B>> entrySet()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      entrySet in interface Map<A,B>
      Specified by:
      entrySet in class AbstractMap<A,B>