public class TrapSpace extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
length |
int |
nfree |
int |
npercolated |
byte[] |
pattern |
boolean[] |
percolated |
| Modifier | Constructor and Description |
|---|---|
protected |
TrapSpace(byte[] pattern) |
protected |
TrapSpace(byte[] pattern,
boolean[] percolated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(TrapSpace t) |
boolean |
equals(Object other) |
int |
hashCode() |
String |
shortString() |
String |
toString() |
public final int length
public final int nfree
public final int npercolated
public final byte[] pattern
public final boolean[] percolated
protected TrapSpace(byte[] pattern)
protected TrapSpace(byte[] pattern,
boolean[] percolated)
Copyright © 2012–2020. All rights reserved.