Package ru.ispras.fortress.util
-
Interface Summary Interface Description TreeVisitor TheTreeVisitor
interface is to be implemented by all visitor objects that are applied to hierarchical (tree-like or forest-like) structures to collect information or to perform transformations.Value<T> TheValue
interface describes objects that store a value of the specified type. -
Class Summary Class Description BitUtils BitUtils
class implements some methods for manipulating with bits.CollectionUtils TheCollectionUtils
class provides static utility methods for working with collections.IntArray IntArray
implements an integer array list.InvariantChecks TheInvariantChecks
class provides static methods for checking different kinds of invariants.Pair<T,U> Result<E extends java.lang.Enum<E>,T> TheResult
class is base class for describing results of some complex calculations.ValueConst<T> TheValueConst
class holds a constant value of the specified type. -
Enum Summary Enum Description TreeVisitor.Status TheTreeVisitor.Status
enumeration describes possible statuses of the visitor.