- Sort Score
- Result 10 results
- Languages All
Results 141 - 143 of 143 for newInstance (0.08 sec)
-
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
parser.parse(new InputSource(is)); return parser.getDocument(); } private String getXmlString(final Node node) throws Exception { final TransformerFactory tf = TransformerFactory.newInstance(); final javax.xml.transform.Transformer transformer = tf.newTransformer(); transformer.setOutputProperty(OutputKeys.ENCODING, "UTF-8"); transformer.setOutputProperty(OutputKeys.INDENT, "no");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 41.3K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Iterators.java
* @param iterator the iterator to copy * @param type the type of the elements * @return a newly-allocated array into which all the elements of the iterator have been copied */ @GwtIncompatible // Array.newInstance(Class, int) public static <T extends @Nullable Object> T[] toArray( Iterator<? extends T> iterator, Class<@NonNull T> type) { List<T> list = Lists.newArrayList(iterator);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 50.3K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
private final String revision; private int hash; public static ModuleRevisionId newInstance(String, String, String); public static ModuleRevisionId newInstance(String, String, String, String); public static ModuleRevisionId newInstance(String, String, String, String, java.util.Map); public static ModuleRevisionId newInstance$24f5ceb1(String, String, String, String, java.util.Map); public static ModuleRevisionId newInstance(ModuleRevisionId, String); private static ModuleRevisionId intern(ModuleRevisionId);...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)