Package org.lwjgl.util.mapped
Class MappedSet
java.lang.Object
org.lwjgl.util.mapped.MappedSet
Factory for mapped sets. A mapped set can be used as a Structure of Arrays by
linking together the view of two or more mapped objects. Changing the view
of the mapped set, changes the corresponding view of all the mapped objects in
the set.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MappedSet2create(MappedObject a, MappedObject b) Creates aMappedSetby linking the specifiedMappedObjects.static MappedSet3create(MappedObject a, MappedObject b, MappedObject c) Creates aMappedSetby linking the specifiedMappedObjects.static MappedSet4create(MappedObject a, MappedObject b, MappedObject c, MappedObject d) Creates aMappedSetby linking the specifiedMappedObjects.
-
Constructor Details
-
MappedSet
public MappedSet()
-
-
Method Details
-
create
Creates aMappedSetby linking the specifiedMappedObjects.- Returns:
- the mapped set.
-
create
Creates aMappedSetby linking the specifiedMappedObjects.- Returns:
- the mapped set.
-
create
Creates aMappedSetby linking the specifiedMappedObjects.- Returns:
- the mapped set.
-