public class FloatList extends Object
Modifier and Type | Field and Description |
---|---|
FloatList |
next |
FloatList |
prev |
float |
value |
Modifier and Type | Method and Description |
---|---|
static FloatList |
createList(int size)
Creates a circular list of nodes of the given size
|
static void |
dump(String title,
FloatList list)
prints out the contents of this list
|
public static FloatList createList(int size)
size
- the number of nodes in the listCopyright © 2000–2016 DFKI GmbH. All rights reserved.