public final class IndexedTypeMaps extends Object
| Modifier and Type | Method and Description |
|---|---|
static <V> IndexedTypeMap<V> |
concurrentHashMap() |
static <V> IndexedTypeMap<V> |
empty() |
static <V> IndexedTypeMap<V> |
hashMap() |
static <V> IndexedTypeMap<V> |
singletonMapping(IndexedTypeIdentifier key,
V value) |
public static <V> IndexedTypeMap<V> empty()
public static <V> IndexedTypeMap<V> hashMap()
public static <V> IndexedTypeMap<V> concurrentHashMap()
public static <V> IndexedTypeMap<V> singletonMapping(IndexedTypeIdentifier key, V value)
Copyright © 2006–2017 Hibernate. All rights reserved.