yacy_search_server/source/net/yacy/kelondro/order
2010-01-10 01:40:26 +00:00
..
AbstractOrder.java - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
Base64Order.java *) minor changes mainly in comments 2009-11-03 22:47:53 +00:00
Bitfield.java - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
ByteOrder.java *) minor changes mainly in comments 2009-11-03 22:47:53 +00:00
CloneableIterator.java *) minor changes mainly in comments 2009-11-03 22:47:53 +00:00
CloneableMapIterator.java *) minor changes mainly in comments 2009-11-03 22:47:53 +00:00
Digest.java added some modifications recommended by PMD for better performance 2010-01-10 01:40:26 +00:00
MergeIterator.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
MicroDate.java *) minor changes mainly in comments 2009-11-03 22:47:53 +00:00
NaturalOrder.java *) minor changes mainly in comments 2009-11-03 22:47:53 +00:00
Order.java - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
RotateIterator.java *) minor changes mainly in comments 2009-11-03 22:47:53 +00:00
StackIterator.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
StringOrder.java moved kelondro order 2009-10-09 23:22:22 +00:00