public interface HashMapAnnotations
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_INITIAL_CAPACITY |
static float |
DEFAULT_LOAD_FACTOR |
static String |
INITIAL_CAPACITY
The initial capacity of the
ConcurrentHashMap used to impose the
distinct constraint. |
static String |
LOAD_FACTOR
The load factor of the
ConcurrentHashMap used to impose the
distinct constraint. |
static final String INITIAL_CAPACITY
ConcurrentHashMap
used to impose the
distinct constraint.DEFAULT_INITIAL_CAPACITY
static final int DEFAULT_INITIAL_CAPACITY
static final String LOAD_FACTOR
ConcurrentHashMap
used to impose the
distinct constraint.DEFAULT_LOAD_FACTOR
static final float DEFAULT_LOAD_FACTOR
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.