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 ([email protected])
    • Constructor Detail

      • DefaultMapAdapter

        public DefaultMapAdapter()