Searched defs:slice (Results 1 - 1 of 1) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java104 chunk = slice(iseq, pos, count);
118 chunk = slice(iseq, pos, count);
130 chunk = slice(iseq, pos, count);
144 chunk = slice(iseq, pos, count);
291 * @param seq the list to retreive a slice from.
293 * @param count the number of items in the slice.
296 public static List slice(List seq, int pos, int count) method in class:Chunk
309 * Retrieves a slice from an {@link Object Object} array.
310 * @param seq the list to retreive a slice from.
312 * @param count the number of items in the slice
315 public static List slice(Object[] seq, int pos, int count) method in class:Chunk
[all...]

Completed in 8 milliseconds