Package cronapi.list
Class Operations
java.lang.Object
cronapi.list.Operations
Classe que representa ...
- Since:
- 2017-05-11
- Version:
- 1.0
- Author:
- Usuário de Teste
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Varstatic final Varstatic final VaraddFromEnd(Var list, Var index, Var element) static final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final VargetAndRemove(Var list, Var index) static final VargetAndRemoveFirst(Var list) static final VargetAndRemoveFromEnd(Var list, Var index) static final VargetAndRemoveLast(Var list) static final VargetAndRemoveRandom(Var list) static final Varstatic final VargetFromEnd(Var list, Var index) static final Varstatic final VargetListFromText(Var text, Var limiter) static final Varstatic final VargetSublistFromEndToEnd(Var list, Var indexInitial, Var indexFinal) static final VargetSublistFromEndToLast(Var list, Var indexInitial) static final VargetSublistFromEndToN(Var list, Var indexInitial, Var indexFinal) static final VargetSublistFromFirstToEnd(Var list, Var indexFinal) static final VargetSublistFromFirstToLast(Var list) static final VargetSublistFromFirstToN(Var list, Var indexFinal) static final VargetSublistFromNToEnd(Var list, Var indexInitial, Var indexFinal) static final VargetSublistFromNToLast(Var list, Var indexInitial) static final VargetSublistFromNToN(Var list, Var indexInitial, Var indexFinal) static final VargetTextFromList(Var list, Var limiter) static final Varstatic final VarnewList()Construtorstatic final Varstatic final VarnewListRepeat(Var item, Var times) static final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final VarorderListNumericGrowing(Var list) static final Varstatic final VarremoveFirst(Var list) static final VarremoveFromEnd(Var list, Var index) static final VarremoveLast(Var list) static final VarremoveRandom(Var list) static final Varstatic final Varstatic final VarsetFromEnd(Var list, Var index, Var element) static final Varstatic final Varstatic final Var
-
Constructor Details
-
Operations
public Operations()
-
-
Method Details
-
newList
Construtor- Returns:
- Var
-
newList
- Throws:
Exception
-
newListRepeat
- Throws:
Exception
-
size
-
isEmpty
- Throws:
Exception
-
findFirst
- Throws:
Exception
-
findLast
- Throws:
Exception
-
get
- Throws:
Exception
-
getFromEnd
- Throws:
Exception
-
getFirst
- Throws:
Exception
-
getLast
- Throws:
Exception
-
getRandom
- Throws:
Exception
-
getAndRemove
- Throws:
Exception
-
getAndRemoveFromEnd
- Throws:
Exception
-
getAndRemoveFirst
- Throws:
Exception
-
getAndRemoveLast
- Throws:
Exception
-
getAndRemoveRandom
- Throws:
Exception
-
remove
- Throws:
Exception
-
removeFromEnd
- Throws:
Exception
-
removeFirst
- Throws:
Exception
-
removeLast
- Throws:
Exception
-
removeRandom
- Throws:
Exception
-
set
- Throws:
Exception
-
setFromEnd
- Throws:
Exception
-
setFirst
- Throws:
Exception
-
setLast
- Throws:
Exception
-
setRandom
- Throws:
Exception
-
add
- Throws:
Exception
-
addFromEnd
- Throws:
Exception
-
addFirst
- Throws:
Exception
-
addLast
- Throws:
Exception
-
addRandom
- Throws:
Exception
-
getSublistFromNToN
public static final Var getSublistFromNToN(Var list, Var indexInitial, Var indexFinal) throws Exception - Throws:
Exception
-
getSublistFromNToEnd
public static final Var getSublistFromNToEnd(Var list, Var indexInitial, Var indexFinal) throws Exception - Throws:
Exception
-
getSublistFromNToLast
- Throws:
Exception
-
getSublistFromEndToN
public static final Var getSublistFromEndToN(Var list, Var indexInitial, Var indexFinal) throws Exception - Throws:
Exception
-
getSublistFromEndToEnd
public static final Var getSublistFromEndToEnd(Var list, Var indexInitial, Var indexFinal) throws Exception - Throws:
Exception
-
getSublistFromEndToLast
- Throws:
Exception
-
getSublistFromFirstToN
- Throws:
Exception
-
getSublistFromFirstToEnd
- Throws:
Exception
-
getSublistFromFirstToLast
- Throws:
Exception
-
getTextFromList
- Throws:
Exception
-
getListFromText
-
orderListNumericGrowing
- Throws:
Exception
-
orderListNumericDecreasing
- Throws:
Exception
-
orderListAlphabeticGrowing
- Throws:
Exception
-
orderListAlphabeticDecreasing
- Throws:
Exception
-
orderListAlphabeticIgnoreCasesGrowing
- Throws:
Exception
-
orderListAlphabeticIgnoreCasesDecreasing
- Throws:
Exception
-