类 IdentityMap<K,V>

java.lang.Object
org.babyfish.jimmer.sql.ast.impl.mutation.IdentityMap<K,V>
所有已实现的接口:
Iterable<V>

public final class IdentityMap<K,V> extends Object implements Iterable<V>
  • 构造器详细资料

    • IdentityMap

      public IdentityMap()
  • 方法详细资料

    • put

      public V put(K key, V value)
    • get

      public V get(K key)
    • isEmpty

      public boolean isEmpty()
    • replaceAll

      public void replaceAll(Function<V,V> replacer)
    • removeAll

      public void removeAll(BiPredicate<K,V> predicate)
    • iterator

      @NotNull public @NotNull Iterator<V> iterator()
      指定者:
      iterator 在接口中 Iterable<K>
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object