Skip navigation links
org.netbeans.modules.editor.util/1 1.89
A B C D E F G H I K L M N O P R S T U V 

C

CARET_UPDATE - Static variable in class org.netbeans.lib.editor.util.swing.DocumentListenerPriority
Caret udpate gets notified as last.
CharacterConversions - Class in org.netbeans.lib.editor.util
Provides some useful methods for character conversions.
charArray(char[]) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
charArray(char[], int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
charArray(char[], int, int, boolean) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
charArray(char[], int, int, int) - Static method in class org.netbeans.lib.editor.util.ArrayUtilities
 
charAt(int) - Method in class org.netbeans.lib.editor.util.AbstractCharSequence
Returns the character at the specified index.
charAt(int) - Method in class org.netbeans.lib.editor.util.CharSubSequence
 
CharSequenceUtilities - Class in org.netbeans.lib.editor.util
Utility methods related to character sequences.
CharSubSequence - Class in org.netbeans.lib.editor.util
Subsequence of the given character sequence.
CharSubSequence(CharSequence, int, int) - Constructor for class org.netbeans.lib.editor.util.CharSubSequence
Construct character subsequence with the given backing character sequence.
CharSubSequence.StringLike - Class in org.netbeans.lib.editor.util
Subclass providing string-like implementation of hashCode() and equals() method accepting strings with the same content like charsequence has.
checkIndexesValid(int, int, int) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Ensure that the given start and end parameters are valid indices of the given text.
checkIndexesValid(CharSequence, int, int) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Ensure that the given start and end parameters are valid indices of the given text.
checkIndexesValid(CharSequence, int, int) - Static method in class org.netbeans.lib.editor.util.CharSubSequence
checkIndexNonNegative(int) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Ensure that the given index is >=0 and lower than the given length.
checkIndexValid(int, int) - Static method in class org.netbeans.lib.editor.util.CharSequenceUtilities
Ensure that the given index is >=0 and lower than the given length.
clear() - Method in class org.netbeans.lib.editor.util.CompactMap
 
clear() - Method in class org.netbeans.lib.editor.util.GapList
Removes all of the elements from this list.
clone() - Method in class org.netbeans.lib.editor.util.GapList
Returns a shallow copy of this GapList instance.
CompactMap<K,V> - Class in org.netbeans.lib.editor.util
Map implementation that allows to define the class that implements the Map.Entry.
CompactMap() - Constructor for class org.netbeans.lib.editor.util.CompactMap
 
CompactMap(int) - Constructor for class org.netbeans.lib.editor.util.CompactMap
 
CompactMap.DefaultMapEntry<K,V> - Class in org.netbeans.lib.editor.util
Default implementation of the map entry similar to e.g.
CompactMap.MapEntry<K,V> - Class in org.netbeans.lib.editor.util
Abstract implementation of the map entry.
compare(Position, Position) - Method in class org.netbeans.lib.editor.util.swing.PositionComparator
 
consistencyCheck(boolean) - Method in class org.netbeans.lib.editor.util.FlyOffsetGapList
Check consistency of this list.
consistencyCheck() - Method in class org.netbeans.lib.editor.util.GapList
Internal consistency check.
consistencyCheck() - Method in class org.netbeans.lib.editor.util.OffsetGapList
 
consistencyError(String) - Method in class org.netbeans.lib.editor.util.GapList
 
contains(Object) - Method in class org.netbeans.lib.editor.util.GapList
Returns true if this list contains the specified element.
contains() - Method in class org.netbeans.lib.editor.util.swing.BlockCompare
Check if block X contains block Y.
containsKey(Object) - Method in class org.netbeans.lib.editor.util.CompactMap
 
containsStrict() - Method in class org.netbeans.lib.editor.util.swing.BlockCompare
Check if X contains Y but X and Y are not equal.
containsValue(Object) - Method in class org.netbeans.lib.editor.util.CompactMap
 
copy() - Method in class org.netbeans.lib.editor.util.GapList
Create shallow copy of this gap list.
copyElements(int, int, Object[], int) - Method in class org.netbeans.lib.editor.util.GapList
Copy elements of this list between the given index range to the given object array.
copyElements(int, int, Collection<E>) - Method in class org.netbeans.lib.editor.util.GapList
Copy elements of this list between the given index range to the end of the given collection.
copyElements(int, int, Element[], int) - Method in class org.netbeans.lib.editor.util.swing.GapBranchElement
 
copyItems(int, int, Object[], int) - Method in class org.netbeans.lib.editor.util.GapList
Deprecated.
use GapList.copyElements(int, int, Object[], int) which performs the same operation
CR - Static variable in class org.netbeans.lib.editor.util.CharacterConversions
Unicode carriage return (0x000D).
createFixedPosition(int) - Static method in class org.netbeans.lib.editor.util.swing.PositionRegion
Create a fixed position instance that just wraps a given integer offset.
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links
org.netbeans.modules.editor.util/1 1.89