File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
AndroidSDK/src/com/leanplum Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -516,17 +516,7 @@ public Object objectForKeyPath(Object... keys) {
516516 *
517517 * @return Elements count or 0 if Variable is not a List.
518518 */
519- @ Deprecated
520519 public int count () {
521- return countInternal ();
522- }
523-
524- /**
525- * Returns a number of elements contained in a List variable.
526- *
527- * @return Elements count or 0 if Variable is not a List.
528- */
529- private int countInternal () {
530520 try {
531521 warnIfNotStarted ();
532522 Object result = VarCache .getMergedValueFromComponentArray (nameComponents );
@@ -547,17 +537,7 @@ private int countInternal() {
547537 *
548538 * @return A Number value.
549539 */
550- @ Deprecated
551540 public Number numberValue () {
552- return numberValueInternal ();
553- }
554-
555- /**
556- * Gets a value from a variable initialized as Number.
557- *
558- * @return A Number value.
559- */
560- private Number numberValueInternal () {
561541 warnIfNotStarted ();
562542 return numberValue ;
563543 }
You can’t perform that action at this time.
0 commit comments