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 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. |
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.Copyright © 2002-2009 lwjgl.org. All Rights Reserved.