@Deprecated
public class PebbleList2
extends java.lang.Object
Constructor and Description |
---|
PebbleList2()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CompositePebble> |
getProcessedPebbles()
Deprecated.
|
boolean |
isPermissible(CompositePebble cp)
Deprecated.
Return true if and only if there is no pebble P in the current list that is better than cp.
|
java.lang.String |
toString()
Deprecated.
|
boolean |
tryToAddPebble(CompositePebble cp)
Deprecated.
Attempt to add the CompositePebble cp to the list.
|
public java.util.ArrayList<CompositePebble> getProcessedPebbles()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isPermissible(CompositePebble cp)
cp
- public boolean tryToAddPebble(CompositePebble cp)
cp
-