public class MappedSet extends Object
| Constructor | Description |
|---|---|
MappedSet() |
| Modifier and Type | Method | Description |
|---|---|---|
static MappedSet2 |
create(MappedObject a,
MappedObject b) |
Creates a
MappedSet by linking the specified MappedObjects. |
static MappedSet3 |
create(MappedObject a,
MappedObject b,
MappedObject c) |
Creates a
MappedSet by linking the specified MappedObjects. |
static MappedSet4 |
create(MappedObject a,
MappedObject b,
MappedObject c,
MappedObject d) |
Creates a
MappedSet by linking the specified MappedObjects. |
public static MappedSet2 create(MappedObject a, MappedObject b)
MappedSet by linking the specified MappedObjects.public static MappedSet3 create(MappedObject a, MappedObject b, MappedObject c)
MappedSet by linking the specified MappedObjects.public static MappedSet4 create(MappedObject a, MappedObject b, MappedObject c, MappedObject d)
MappedSet by linking the specified MappedObjects.Copyright © 2002-2009 lwjgl.org. All Rights Reserved.