|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.util.mapped.MappedSet
public class 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 | |
---|---|
MappedSet()
|
Method Summary | |
---|---|
static MappedSet2 |
create(MappedObject a,
MappedObject b)
Creates a MappedSet by linking the specified MappedObject s. |
static MappedSet3 |
create(MappedObject a,
MappedObject b,
MappedObject c)
Creates a MappedSet by linking the specified MappedObject s. |
static MappedSet4 |
create(MappedObject a,
MappedObject b,
MappedObject c,
MappedObject d)
Creates a MappedSet by linking the specified MappedObject s. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappedSet()
Method Detail |
---|
public static MappedSet2 create(MappedObject a, MappedObject b)
MappedSet
by linking the specified MappedObject
s.
public static MappedSet3 create(MappedObject a, MappedObject b, MappedObject c)
MappedSet
by linking the specified MappedObject
s.
public static MappedSet4 create(MappedObject a, MappedObject b, MappedObject c, MappedObject d)
MappedSet
by linking the specified MappedObject
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |