public class IntMapsImage extends Hashtable
| Constructor and Description |
|---|
IntMapsImage()
Creates a new IntMapsImage object.
|
IntMapsImage(int initialCapacity,
float loadFactor)
Creates a new IntMapsImage object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int id,
Image aImage)
DOCUMENT ME!
|
boolean |
containsIntKey(int key)
///// containsIntKey/////////////////////////////////
|
Image |
getImageValue(int id)
DOCUMENT ME!
|
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic IntMapsImage()
public IntMapsImage(int initialCapacity,
float loadFactor)
initialCapacity - DOCUMENT ME!loadFactor - DOCUMENT ME!public void add(int id,
Image aImage)
id - DOCUMENT ME!aImage - DOCUMENT ME!public Image getImageValue(int id) throws Exception
id - DOCUMENT ME!Exception - DOCUMENT ME!NullPointerException - DOCUMENT ME!public boolean containsIntKey(int key)
key - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.