- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,PGraphicsOpenGL.VertexAttribute>
-
- processing.opengl.PGraphicsOpenGL.AttributeMap
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,PGraphicsOpenGL.VertexAttribute>
- Enclosing class:
- PGraphicsOpenGL
protected static class PGraphicsOpenGL.AttributeMap extends HashMap<String,PGraphicsOpenGL.VertexAttribute>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttributeMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PGraphicsOpenGL.VertexAttributeget(int i)PGraphicsOpenGL.VertexAttributeput(String key, PGraphicsOpenGL.VertexAttribute value)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Method Detail
-
put
public PGraphicsOpenGL.VertexAttribute put(String key, PGraphicsOpenGL.VertexAttribute value)
- Specified by:
putin interfaceMap<String,PGraphicsOpenGL.VertexAttribute>- Overrides:
putin classHashMap<String,PGraphicsOpenGL.VertexAttribute>
-
get
public PGraphicsOpenGL.VertexAttribute get(int i)
-
-