yacy_search_server/source/net/yacy/repository
2009-12-02 00:37:59 +00:00
..
Blacklist.java 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. 2009-12-02 00:37:59 +00:00
BlacklistFile.java
LoaderDispatcher.java