Class BusCollect.MapContainer<K,E>

java.lang.Object
org.oddjob.beanbus.destinations.BusCollect.MapContainer<K,E>
All Implemented Interfaces:
ArooaValue
Enclosing class:
BusCollect<T>

public static class BusCollect.MapContainer<K,E> extends Object implements ArooaValue
  • Constructor Details

    • MapContainer

      public MapContainer()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getMap

      public Map<K,E> getMap()
    • getValue

      public E getValue(K key)
    • getSize

      public int getSize()
    • put

      public void put(K key, E value)