congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
AlphabeticIndex$ImmutableIndex
Code IndexAdd Tabnine to your IDE (free)

How to use
AlphabeticIndex$ImmutableIndex
in
libcore.icu

Best Java code snippets using libcore.icu.AlphabeticIndex$ImmutableIndex (Showing top 20 results out of 315)

origin: com.mobidevelop.robovm/robovm-rt

/**
 * Returns an ImmutableIndex created from this AlphabeticIndex.
 */
public synchronized ImmutableIndex getImmutableIndex() {
 return new ImmutableIndex(buildImmutableIndex(peer));
}
origin: com.gluonhq/robovm-rt

/**
 * Returns the number of the label buckets in this index.
 */
public int getBucketCount() {
 return getBucketCount(peer);
}
origin: FlexoVM/flexovm

/**
 * Returns the index of the bucket in which 's' should appear.
 * Function is synchronized because underlying routine walks an iterator
 * whose state is maintained inside the index object.
 */
public int getBucketIndex(String s) {
 return getBucketIndex(peer, s);
}
origin: com.gluonhq/robovm-rt

 private static native String getBucketLabel(long peer, int index);
}
origin: com.mobidevelop.robovm/robovm-rt

 private static native String getBucketLabel(long peer, int index);
}
origin: FlexoVM/flexovm

 private static native String getBucketLabel(long peer, int index);
}
origin: ibinti/bugvm

 private static native String getBucketLabel(long peer, int index);
}
origin: MobiVM/robovm

 private static native String getBucketLabel(long peer, int index);
}
origin: com.bugvm/bugvm-rt

 private static native String getBucketLabel(long peer, int index);
}
origin: com.bugvm/bugvm-rt

/**
 * Returns the index of the bucket in which 's' should appear.
 * Function is synchronized because underlying routine walks an iterator
 * whose state is maintained inside the index object.
 */
public int getBucketIndex(String s) {
 return getBucketIndex(peer, s);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Returns the index of the bucket in which 's' should appear.
 * Function is synchronized because underlying routine walks an iterator
 * whose state is maintained inside the index object.
 */
public int getBucketIndex(String s) {
 return getBucketIndex(peer, s);
}
origin: FlexoVM/flexovm

/**
 * Returns an ImmutableIndex created from this AlphabeticIndex.
 */
public synchronized ImmutableIndex getImmutableIndex() {
 return new ImmutableIndex(buildImmutableIndex(peer));
}
origin: com.gluonhq/robovm-rt

/**
 * Returns an ImmutableIndex created from this AlphabeticIndex.
 */
public synchronized ImmutableIndex getImmutableIndex() {
 return new ImmutableIndex(buildImmutableIndex(peer));
}
origin: FlexoVM/flexovm

/**
 * Returns the number of the label buckets in this index.
 */
public int getBucketCount() {
 return getBucketCount(peer);
}
origin: com.bugvm/bugvm-rt

/**
 * Returns an ImmutableIndex created from this AlphabeticIndex.
 */
public synchronized ImmutableIndex getImmutableIndex() {
 return new ImmutableIndex(buildImmutableIndex(peer));
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Returns the number of the label buckets in this index.
 */
public int getBucketCount() {
 return getBucketCount(peer);
}
origin: ibinti/bugvm

/**
 * Returns an ImmutableIndex created from this AlphabeticIndex.
 */
public synchronized ImmutableIndex getImmutableIndex() {
 return new ImmutableIndex(buildImmutableIndex(peer));
}
origin: com.gluonhq/robovm-rt

/**
 * Returns the index of the bucket in which 's' should appear.
 * Function is synchronized because underlying routine walks an iterator
 * whose state is maintained inside the index object.
 */
public int getBucketIndex(String s) {
 return getBucketIndex(peer, s);
}
origin: MobiVM/robovm

/**
 * Returns the number of the label buckets in this index.
 */
public int getBucketCount() {
 return getBucketCount(peer);
}
origin: com.bugvm/bugvm-rt

/**
 * Returns the number of the label buckets in this index.
 */
public int getBucketCount() {
 return getBucketCount(peer);
}
libcore.icuAlphabeticIndex$ImmutableIndex

Javadoc

Exposes icu4c's ImmutableIndex (new to icu 51). This exposes a read-only, thread safe snapshot view of an AlphabeticIndex at the moment it was created, and allows for random access to buckets by index.

Most used methods

  • <init>
  • getBucketCount
  • getBucketIndex
    Returns the index of the bucket in which 's' should appear. Function is synchronized because underly
  • getBucketLabel

Popular in Java

  • Updating database using SQL prepared statement
  • setScale (BigDecimal)
  • setContentView (Activity)
  • getResourceAsStream (ClassLoader)
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • Notification (javax.management)
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now