Class DefaultMapAdapter<K,​V>

  • Type Parameters:
    K - Key
    V - Value

    public class DefaultMapAdapter<K,​V>
    extends Object
    The adapter to change map to Entry Set.Users can also supply their own adapter.
    Author:
    Phillip Kruger (phillip.kruger@redhat.com)
    • Constructor Detail

      • DefaultMapAdapter

        public DefaultMapAdapter()