@Override protected Vector<Long> range(long from, long toExclusive) { return Vector.range(from, toExclusive); }
@Override protected Vector<Character> range(char from, char toExclusive) { return Vector.range(from, toExclusive); }
@Override protected Vector<Integer> range(int from, int toExclusive) { return Vector.range(from, toExclusive); }