Package org.apache.deft.util

Class Summary
AcceptUtil  
ArrayUtil  
Closeables  
CookieUtil Utility type providing cookie-related functionality.
DateUtil  
HttpUtil  
KnuthMorrisPrattAlgorithm The Knuth Morris Pratt string searching algorithm (or KMP algorithm) searches for occurrences of a "word" W within a main "text string" S by employing the observation that when a mismatch occurs, the word itself embodies sufficient information to determine where the next match could begin, thus bypassing re-examination of previously matched characters.
MXBeanUtil  
NopAsyncResult<T> Convenience class used to limit the Java verboseness.
Pair<T1,T2>  
ReflectionTools Common functionality relating to the use of Reflection.
UrlUtil  
 



Copyright © 2010-2011. All Rights Reserved.