Commit Graph

7 Commits (d456f693814928ef741745fa241ee5fe16fec1bf)

Author SHA1 Message Date
Michael Peter Christen e101c2e0e2 added changes from copperdust (submitted by email):
13 years ago
orbiter f667b9c289 enhanced identificator: using AtomicInteger for counter
14 years ago
low012 3d95981f7d *) cleaning up the code a little bit
14 years ago
orbiter 60e71876ad - more abstraction (HashMap -> Map)
15 years ago
orbiter dd459281c8 applied code changes that are recommended by PMD
15 years ago
orbiter 4a5100789f replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration.
15 years ago
orbiter b79f4f062f refactoring of yacy documents and parsers: they depend now only on the kelondro classes
15 years ago