public static interface

CFBytesTrie.IKeyExtractor

com.pnfsoftware.jeb.util.collect.CFBytesTrie.IKeyExtractor<T>
Known Indirect Subclasses

Class Overview

The key extractor provides the bytes (to be used in the trie) for an element to be stored in the trie.

Summary

Public Methods
abstract byte[] extract(T object)

Public Methods

public abstract byte[] extract (T object)