Package org.olap4j.impl
Class Olap4jUtilCompatibleJdk14
java.lang.Object
org.olap4j.impl.Olap4jUtilCompatibleJdk14
- All Implemented Interfaces:
Olap4jUtilCompatible
Implementation of
Olap4jUtilCompatible which runs in
JDK 1.4.- Since:
- Feb 5, 2007
- Author:
- jhyde
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenumSetAllOf(Class<E> elementType) enumSetNoneOf(Class<E> elementType) enumSetOf(E first, E... rest) final StringReturns a literal pattern String for the specified String.
-
Constructor Details
-
Olap4jUtilCompatibleJdk14
public Olap4jUtilCompatibleJdk14()
-
-
Method Details
-
quotePattern
Description copied from interface:Olap4jUtilCompatibleReturns a literal pattern String for the specified String.Specification as for
Pattern.quote(String), which was introduced in JDK 1.5.- Specified by:
quotePatternin interfaceOlap4jUtilCompatible- Parameters:
s- The string to be literalized- Returns:
- A literal string replacement
-
enumSetOf
Description copied from interface:Olap4jUtilCompatible- Specified by:
enumSetOfin interfaceOlap4jUtilCompatible
-
enumSetNoneOf
Description copied from interface:Olap4jUtilCompatible- Specified by:
enumSetNoneOfin interfaceOlap4jUtilCompatible
-
enumSetAllOf
Description copied from interface:Olap4jUtilCompatible- Specified by:
enumSetAllOfin interfaceOlap4jUtilCompatible
-