Twice now I've blown this comment.
This commit is contained in:
@@ -98,7 +98,7 @@ public abstract class Sequence<T> implements Iterable<T>
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts this sequence into an array.
|
* Converts this sequence into an array.
|
||||||
* I wish this were <S super T> S[] toArray (Class<?> clazz);
|
* I wish this were <S super T> S[] toArray (Class<S> clazz);
|
||||||
*/
|
*/
|
||||||
public abstract T[] toArray (Class<T> clazz);
|
public abstract T[] toArray (Class<T> clazz);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user