public final class PlaceImpl extends Object implements HjPlace
Modifier and Type | Method and Description |
---|---|
protected static void |
finalizePlaces() |
static HjPlace |
homePlace() |
int |
id()
Returns the id of this place.
|
protected static void |
initializePlaces(int numPlaces) |
HjPlace |
nextPlace() |
int |
numPlaces() |
HjPlace |
place(int id) |
HjPlace |
prevPlace() |
String |
toString() |
protected static void initializePlaces(int numPlaces)
protected static void finalizePlaces()
public static HjPlace homePlace()
public int id()
public HjPlace place(int id)
public int numPlaces()
public HjPlace nextPlace()
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.