public class HashMapFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.HashMap |
create() |
static java.util.HashMap |
create(ThreadCop.MODE mode) |
static java.util.HashMap |
create(ThreadCop.MODE mode,
int expectedSize) |
@CheckReturnValue @Nonnull public static java.util.HashMap create()
@CheckReturnValue
@Nonnull
public static java.util.HashMap create(@Nonnull
ThreadCop.MODE mode)
mode - the mode@CheckReturnValue
@Nonnull
public static java.util.HashMap create(@Nonnull
ThreadCop.MODE mode,
@Nonnegative
int expectedSize)
mode - the modeexpectedSize - how many records will be stored.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.