Searched defs:GapVector (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/text/ | ||
H A D | GapVector.java | 44 abstract class GapVector implements Serializable { class in inherits:Serializable 48 * Creates a new GapVector object. Initial size defaults to 10. 50 public GapVector() { method in class:GapVector 55 * Creates a new GapVector object, with the initial 60 public GapVector(int initialLength) { method in class:GapVector |
Completed in 196 milliseconds