Class Array<T>
java.lang.Object
org.aksw.commons.util.array.Array<T>
- All Implemented Interfaces:
Serializable
A wrapper for arrays with hash code and equals.
The main difference to
Arrays.asList(Object...) is that the underlying array
can be obtained from instances of this class directly. Note that List.toArray()
does not support generics.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
array
-
-
Constructor Details
-
Array
-
-
Method Details
-
wrap
-
getArray
-
equals
-
hashCode
-
toString
-