# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # These methods and classes should not be used by Lucene classes (unsafe, no charset,...): java.lang.String#(byte[]) java.lang.String#(byte[],int) java.lang.String#(byte[],int,int) java.lang.String#(byte[],int,int,int) java.lang.String#getBytes() java.lang.String#getBytes(int,int,byte[],int) java.lang.String#toLowerCase() java.lang.String#toUpperCase() java.lang.String#format(java.lang.String,java.lang.Object[]) java.io.FileReader java.io.FileWriter java.io.ByteArrayOutputStream#toString() java.io.InputStreamReader#(java.io.InputStream) java.io.OutputStreamWriter#(java.io.OutputStream) java.io.PrintStream#(java.io.File) java.io.PrintStream#(java.io.OutputStream) java.io.PrintStream#(java.io.OutputStream,boolean) java.io.PrintStream#(java.lang.String) java.io.PrintWriter#(java.io.File) java.io.PrintWriter#(java.io.OutputStream) java.io.PrintWriter#(java.io.OutputStream,boolean) java.io.PrintWriter#(java.lang.String) java.io.PrintWriter#format(java.lang.String,java.lang.Object[]) java.io.PrintWriter#printf(java.lang.String,java.lang.Object[]) java.nio.charset.Charset#displayName() java.text.BreakIterator#getCharacterInstance() java.text.BreakIterator#getLineInstance() java.text.BreakIterator#getSentenceInstance() java.text.BreakIterator#getWordInstance() java.text.Collator#getInstance() java.text.DateFormat#getTimeInstance() java.text.DateFormat#getTimeInstance(int) java.text.DateFormat#getDateInstance() java.text.DateFormat#getDateInstance(int) java.text.DateFormat#getDateTimeInstance() java.text.DateFormat#getDateTimeInstance(int,int) java.text.DateFormat#getInstance() java.text.DateFormatSymbols#() java.text.DateFormatSymbols#getInstance() java.text.DecimalFormat#() java.text.DecimalFormat#(java.lang.String) java.text.DecimalFormatSymbols#() java.text.DecimalFormatSymbols#getInstance() java.text.MessageFormat#(java.lang.String) java.text.NumberFormat#getInstance() java.text.NumberFormat#getNumberInstance() java.text.NumberFormat#getIntegerInstance() java.text.NumberFormat#getCurrencyInstance() java.text.NumberFormat#getPercentInstance() java.text.SimpleDateFormat#() java.text.SimpleDateFormat#(java.lang.String) java.util.Calendar#() java.util.Calendar#getInstance() java.util.Calendar#getInstance(java.util.Locale) java.util.Calendar#getInstance(java.util.TimeZone) java.util.Currency#getSymbol() java.util.GregorianCalendar#() java.util.GregorianCalendar#(int,int,int) java.util.GregorianCalendar#(int,int,int,int,int) java.util.GregorianCalendar#(int,int,int,int,int,int) java.util.GregorianCalendar#(java.util.Locale) java.util.GregorianCalendar#(java.util.TimeZone) java.util.Scanner#(java.io.InputStream) java.util.Scanner#(java.io.File) java.util.Scanner#(java.nio.channels.ReadableByteChannel) java.util.Formatter#() java.util.Formatter#(java.lang.Appendable) java.util.Formatter#(java.io.File) java.util.Formatter#(java.io.File,java.lang.String) java.util.Formatter#(java.io.OutputStream) java.util.Formatter#(java.io.OutputStream,java.lang.String) java.util.Formatter#(java.io.PrintStream) java.util.Formatter#(java.lang.String) java.util.Formatter#(java.lang.String,java.lang.String)