kotlin.internal
Class InternalPackage

java.lang.Object
  extended by kotlin.internal.InternalPackage

Deprecated.

@Deprecated
public class InternalPackage
extends Object


Constructor Summary
InternalPackage()
          Deprecated.  
 
Method Summary
static int getProgressionFinalElement(int start, int end, int increment)
          Deprecated.  
static long getProgressionFinalElement(long start, long end, long increment)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalPackage

public InternalPackage()
Deprecated. 
Method Detail

getProgressionFinalElement

public static int getProgressionFinalElement(int start,
                                             int end,
                                             int increment)
Deprecated. 

getProgressionFinalElement

public static long getProgressionFinalElement(long start,
                                              long end,
                                              long increment)
Deprecated. 


Copyright © 2015. All Rights Reserved.