Top Description Fields Constructors Methods
sun.jvm.hotspot.oops

public Class CellTypeStateList

extends Object
Class Inheritance
Imports
java.util.*

Auxiliary class for GenerateOopMap

Field Summary

Modifier and TypeField and Description
private List<CellTypeState>

Constructor Summary

AccessConstructor and Description
public
private

Method Summary

Modifier and TypeMethod and Description
public CellTypeState
get(int i)

public int
size()

public CellTypeStateList
subList(int fromIndex, int toIndex)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

listback to summary
private List<CellTypeState> list

Constructor Detail

CellTypeStateListback to summary
public CellTypeStateList(int size)
CellTypeStateListback to summary
private CellTypeStateList(List<CellTypeState> list)

Method Detail

getback to summary
public CellTypeState get(int i)
sizeback to summary
public int size()
subListback to summary
public CellTypeStateList subList(int fromIndex, int toIndex)