public class MappedSet
extends java.lang.Object
| Constructor and Description |
|---|
MappedSet() |
| Modifier and Type | Method and 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.