| Constructor and Description |
|---|
TypeMap() |
TypeMap(Connection connection) |
TypeMap(Map<String,Class<?>> sqlTypeMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Class<?>>> |
entrySet() |
boolean |
equals(Object o) |
Class<?> |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
Class<?> |
put(String key,
Class<?> value) |
void |
putAll(Map<? extends String,? extends Class<?>> m) |
Class<?> |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<Class<?>> |
values() |
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic TypeMap()
public TypeMap(Connection connection)
public boolean containsKey(Object key)
containsKey in interface Map<String,Class<?>>public boolean containsValue(Object value)
containsValue in interface Map<String,Class<?>>public boolean equals(Object o)
public int hashCode()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.