|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.technology.Layer.Function.Set
public static class Layer.Function.Set
A set of Layer.Functions
| Field Summary | |
|---|---|
static Layer.Function.Set |
ALL
Set if all Layer.Functions |
| Constructor Summary | |
|---|---|
Layer.Function.Set(java.util.Collection<Layer.Function> funs)
Constructs Function.Set from a collection of Functions. |
|
Layer.Function.Set(Layer.Function... funs)
Constructs Function.Set from varargs Functions. |
|
Layer.Function.Set(Layer.Function f,
int extraB)
Constructs Function.Set from a Function plus extra bits |
|
| Method Summary | |
|---|---|
boolean |
contains(Layer.Function f,
int extraFunction)
Returns true if specified Functions is in this Set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Layer.Function.Set ALL
| Constructor Detail |
|---|
public Layer.Function.Set(Layer.Function f,
int extraB)
f - FunctionextraB - extra bits to checkpublic Layer.Function.Set(Layer.Function... funs)
funs - variable list of Functions.public Layer.Function.Set(java.util.Collection<Layer.Function> funs)
funs - a Collection of Functions.| Method Detail |
|---|
public boolean contains(Layer.Function f,
int extraFunction)
f - Function to test.extraFunction -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||