java StrListsteemCreated with Sketch.

in java •  7 years ago 

public class StrList extends ArrayList < String> {
public StrList() {
super();
}

public StrList(StrList c) {
    super((ArrayList<String>) c);
}

}

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!