Class MutableDtoMap<V>


  • public class MutableDtoMap<V>
    extends Object
    A special map to store string values using the key0(Class) method to produce keys.

    Created by tchemit on 01/09/17.

    Author:
    Tony Chemit - dev@tchemit.fr
    • Constructor Detail

    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • get

        public V get​(Class key)
      • put

        public void put​(Class type,
                        V value)
      • clear

        public void clear()