What is considered the best Java Suffix Tree implementation?

Koen Peters picture Koen Peters · May 10, 2013 · Viewed 7.3k times · Source

I need a suffix tree Java Implementation. After some googling I concluded that the libdivsufsort C implementation is the best one around. Is there a Java implementation of the same (or almost as good) quality and that is preferably open source. The implementation should be production code, not proof of concept code.