yacy_search_server/source/net/yacy/kelondro/table
..
ChunkIterator.java
Relations.java
SplitTable.java
SQLTable.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 2011-03-07 20:36:40 +00:00
Table.java