Class ImmutableDtoMap<V>


  • public class ImmutableDtoMap<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

      • ImmutableDtoMap

        protected ImmutableDtoMap​(com.google.common.collect.ImmutableMap<String,V> data)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • get

        public V get​(Class key)
      • containsEntry

        public boolean containsEntry​(Class type,
                                     V value)