congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
NSMutableArray.add0
Code IndexAdd Tabnine to your IDE (free)

How to use
add0
method
in
org.robovm.apple.foundation.NSMutableArray

Best Java code snippets using org.robovm.apple.foundation.NSMutableArray.add0 (Showing top 14 results out of 315)

origin: com.mobidevelop.robovm/robovm-cocoatouch

private boolean add0(NSObject element) {
  add0(size(), element);
  return true;
}
origin: com.gluonhq/robovm-cocoatouch

public void add(int index, boolean value) {
  add0(index, NSNumber.valueOf(value));
}
origin: com.mobidevelop.robovm/robovm-cocoatouch

public boolean add(String value) {
  return add0(value != null?new NSString(value):null);
}
origin: com.gluonhq/robovm-cocoatouch

public boolean add(String value) {
  return add0(value != null?new NSString(value):null);
}
origin: com.gluonhq/robovm-cocoatouch

private boolean add0(NSObject element) {
  add0(size(), element);
  return true;
}
origin: com.mobidevelop.robovm/robovm-cocoatouch

public void add(int index, boolean value) {
  add0(index, NSNumber.valueOf(value));
}
origin: com.mobidevelop.robovm/robovm-cocoatouch

public void add(int index, Number value) {
  add0(index, NSNumber.valueOf(value));
}
origin: com.mobidevelop.robovm/robovm-cocoatouch

public void add(int index, String value) {
  add0(index, value != null?new NSString(value):null);
}
origin: com.mobidevelop.robovm/robovm-cocoatouch

public boolean add(boolean value) {
  return add0(NSNumber.valueOf(value));
}
origin: com.mobidevelop.robovm/robovm-cocoatouch

public boolean add(Number value) {
  return add0(NSNumber.valueOf(value));
}
origin: com.gluonhq/robovm-cocoatouch

public boolean add(boolean value) {
  return add0(NSNumber.valueOf(value));
}
origin: com.gluonhq/robovm-cocoatouch

public boolean add(Number value) {
  return add0(NSNumber.valueOf(value));
}
origin: com.gluonhq/robovm-cocoatouch

public void add(int index, Number value) {
  add0(index, NSNumber.valueOf(value));
}
origin: com.gluonhq/robovm-cocoatouch

public void add(int index, String value) {
  add0(index, value != null?new NSString(value):null);
}
org.robovm.apple.foundationNSMutableArrayadd0

Popular methods of NSMutableArray

  • <init>
  • add
  • init
  • initObject
  • insertObject
  • read
  • removeAllObjects
  • removeObject
  • replaceObject
  • checkIndex
  • checkNull
  • getCount
  • checkNull,
  • getCount,
  • getObjectAt,
  • remove,
  • set0,
  • size

Popular in Java

  • Start an intent from android
  • onCreateOptionsMenu (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setContentView (Activity)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Top 12 Jupyter Notebook Extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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