public class FieldSet
extends java.lang.Object
Constructor | Description |
---|---|
FieldSet() |
Modifier and Type | Method | Description |
---|---|---|
void |
addField(XField field) |
|
void |
clear() |
|
boolean |
contains(XField field) |
|
void |
copyFrom(FieldSet other) |
|
boolean |
isBottom() |
|
boolean |
isEmpty() |
|
boolean |
isIntersectionNonEmpty(FieldSet other) |
|
boolean |
isTop() |
|
boolean |
isValid() |
|
void |
mergeWith(FieldSet other) |
|
boolean |
sameAs(FieldSet other) |
|
void |
setBottom() |
|
void |
setTop() |
|
java.lang.String |
toString() |
public void setTop()
public boolean isTop()
public void setBottom()
public boolean isBottom()
public boolean isValid()
public boolean isEmpty()
public void clear()
public void addField(XField field)
public boolean contains(XField field)
public void mergeWith(FieldSet other)
public boolean sameAs(FieldSet other)
public void copyFrom(FieldSet other)
public boolean isIntersectionNonEmpty(FieldSet other)
public java.lang.String toString()
toString
in class java.lang.Object
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.