Uses of Class
edu.umd.cs.findbugs.annotations.SuppressFBWarnings
-
-
Uses of SuppressFBWarnings in com.helger.commons.collection
Classes in com.helger.commons.collection with annotations of type SuppressFBWarnings Modifier and Type Class Description classCollectionHelperMethods in com.helger.commons.collection with annotations of type SuppressFBWarnings Modifier and Type Method Description static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>>
CommonsTreeSet<ELEMENTTYPE>CollectionHelper. newSortedSet(ELEMENTTYPE aValue) -
Uses of SuppressFBWarnings in com.helger.commons.compare
Methods in com.helger.commons.compare with annotations of type SuppressFBWarnings Modifier and Type Method Description static intCompareHelper. compare(String sStr1, String sStr2, Collator aCollator, boolean bNullValuesComeFirst)static intCompareHelper. compareIgnoreCase(String sStr1, String sStr2, boolean bNullValuesComeFirst) -
Uses of SuppressFBWarnings in com.helger.commons.datetime
Classes in com.helger.commons.datetime with annotations of type SuppressFBWarnings Modifier and Type Class Description classPDTFormatterCreate commonDateTimeFormatterobjects used for printing and parsing date and time objects. -
Uses of SuppressFBWarnings in com.helger.commons.equals
Classes in com.helger.commons.equals with annotations of type SuppressFBWarnings Modifier and Type Class Description classEqualsHelperA small helper class that provides helper methods for easyequalsmethod generationMethods in com.helger.commons.equals with annotations of type SuppressFBWarnings Modifier and Type Method Description static booleanEqualsHelper. equalsIgnoreCase(String sObj1, String sObj2)Check if the passed strings are equals case insensitive handlingnullappropriately. -
Uses of SuppressFBWarnings in com.helger.commons.io
Methods in com.helger.commons.io with annotations of type SuppressFBWarnings Modifier and Type Method Description byte[]ByteArrayWrapper. bytes() -
Uses of SuppressFBWarnings in com.helger.commons.io.file
Methods in com.helger.commons.io.file with annotations of type SuppressFBWarnings Modifier and Type Method Description static booleanFileHelper. isParentDirectory(File aSearchDirectory, File aStartDirectory)Check if the searched directory is a parent object of the start directorystatic booleanPathHelper. isParentDirectory(Path aSearchDirectory, Path aStartDirectory)Check if the searched directory is a parent object of the start directory -
Uses of SuppressFBWarnings in com.helger.commons.io.stream
Fields in com.helger.commons.io.stream with annotations of type SuppressFBWarnings Modifier and Type Field Description protected byte[]NonBlockingBufferedInputStream. m_aBufThe internal buffer array where the data is stored.Methods in com.helger.commons.io.stream with annotations of type SuppressFBWarnings Modifier and Type Method Description byte[]NonBlockingByteArrayOutputStream. directGetBuffer()char[]NonBlockingCharArrayWriter. directGetBuffer()voidNonBlockingBufferedWriter. write(char[] cbuf, int nOfs, int nLen)Writes a portion of an array of characters.voidNonBlockingBufferedWriter. write(String s, int off, int len)Writes a portion of a String.Constructors in com.helger.commons.io.stream with annotations of type SuppressFBWarnings Constructor Description NonBlockingByteArrayInputStream(byte[] aBuf, int nOfs, int nLen, boolean bIsCopyNeeded)CreatesNonBlockingByteArrayInputStreamthat usesaBufas its buffer array.NonBlockingStringReader(char[] aChars, int nOfs, int nLen) -
Uses of SuppressFBWarnings in com.helger.commons.text.codepoint
Constructors in com.helger.commons.text.codepoint with annotations of type SuppressFBWarnings Constructor Description CodepointIteratorCharArray(char[] aBuffer, int nOfs, int nLen) -
Uses of SuppressFBWarnings in com.helger.commons.text.util
Methods in com.helger.commons.text.util with annotations of type SuppressFBWarnings Modifier and Type Method Description static StringPunycode. getDecoded(char[] aChars, boolean[] aCaseFlags)
-