Package com.cbe

Class BanInfo

  • All Implemented Interfaces:
    java.util.Map<BanInfoKey,​BanInfoValue>

    public class BanInfo
    extends java.util.AbstractMap<BanInfoKey,​BanInfoValue>
    class BanInfo java implementation of c++ std map with Key/Value pair/pair.
    key/value pairs can be find in BanInfoKey and BanInfoValue
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      boolean containsKey​(java.lang.Object key)  
      java.util.Set<java.util.Map.Entry<BanInfoKey,​BanInfoValue>> entrySet()  
      BanInfoValue get​(java.lang.Object key)  
      boolean isEmpty()  
      BanInfoValue put​(BanInfoKey key, BanInfoValue value)  
      BanInfoValue remove​(java.lang.Object key)  
      int size()  
      • Methods inherited from class java.util.AbstractMap

        clone, containsValue, equals, hashCode, keySet, putAll, toString, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll