Package org.fest.assertions
Class Index
java.lang.Object
org.fest.assertions.Index
Understands an index.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
private final int value
-
-
Constructor Details
-
Index
private Index(int value)
-
-
Method Details
-
atIndex
Creates a new
.Index
- Parameters:
index
- the value of the index.- Returns:
- the created
Index
.
-
value
public int value()Returns the value of this index.- Returns:
- the value of this index.
-