Looking for complete code snippets to read through and try to understand. Post them below and I'll post back with what I think it does.
Doogledude123 45 Posting Whiz
Recommended Answers
Jump to PostDo you mean stuff like this (class name changed, comments deleted) to make it less obvious)
public class QQQ<E> extends Vector<E> { private static final long serialVersionUID = -1859832140413652455L; private Comparator<E> c; public QQQ(Comparator<E> c) { this.c = c; } public QQQ() { // no comparator: behaves …
All 4 Replies
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Doogledude123 45 Posting Whiz
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.