public static class IntMap.Builder<V> extends Object
Builder()
IntMap<V>
build()
IntMap.Builder<V>
put(int key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Builder()
public IntMap.Builder<V> put(int key, V value)
public IntMap<V> build()
Copyright © 2017–2020. All rights reserved.