Methods in com.cyc.tool.subl.jrtl.nativeCode.type.core with parameters of type UnaryFunction |
SubLList |
AbstractSubLList.adjoin(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLArrayList.adjoin(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLList.adjoin(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLConsFacade.adjoin(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
AbstractSubLList.assoc(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLList.assoc(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLConsFacade.assoc(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
int |
AbstractSubLSequence.count(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
int |
SubLSequence.count(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
int |
AbstractSubLSequence.count(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start)
|
int |
SubLSequence.count(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start)
|
int |
SubLConsPair.count(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLSequence.count(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
AbstractSubLArraySequence.count(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLArrayList.count(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLConsFacade.count(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
static int |
AbstractSubLSequence.count(SubLSequence seq,
SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
static int |
AbstractSubLSequence.countIf(SubLSequence seq,
UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
AbstractSubLSequence.countIf(UnaryFunction test)
|
int |
SubLConsPair.countIf(UnaryFunction test)
|
int |
SubLSequence.countIf(UnaryFunction test)
|
int |
AbstractSubLSequence.countIf(UnaryFunction test,
UnaryFunction key)
|
int |
SubLSequence.countIf(UnaryFunction test,
UnaryFunction key)
|
int |
AbstractSubLSequence.countIf(UnaryFunction test,
UnaryFunction key,
int start)
|
int |
SubLSequence.countIf(UnaryFunction test,
UnaryFunction key,
int start)
|
int |
SubLConsPair.countIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLSequence.countIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
AbstractSubLArraySequence.countIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLArrayList.countIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLConsFacade.countIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLObject |
AbstractSubLSequence.find(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLObject |
SubLSequence.find(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLObject |
AbstractSubLSequence.find(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start)
|
SubLObject |
SubLSequence.find(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start)
|
SubLObject |
SubLConsPair.find(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLObject |
SubLSequence.find(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLObject |
AbstractSubLArraySequence.find(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLObject |
SubLArrayList.find(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLObject |
SubLConsFacade.find(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
static SubLObject |
AbstractSubLSequence.find(SubLSequence seq,
SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
static SubLObject |
AbstractSubLSequence.findIf(SubLSequence seq,
UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLObject |
AbstractSubLSequence.findIf(UnaryFunction test)
|
SubLObject |
SubLConsPair.findIf(UnaryFunction test)
|
SubLObject |
SubLSequence.findIf(UnaryFunction test)
|
SubLObject |
AbstractSubLSequence.findIf(UnaryFunction test,
UnaryFunction key)
|
SubLObject |
SubLSequence.findIf(UnaryFunction test,
UnaryFunction key)
|
SubLObject |
AbstractSubLSequence.findIf(UnaryFunction test,
UnaryFunction key,
int start)
|
SubLObject |
SubLSequence.findIf(UnaryFunction test,
UnaryFunction key,
int start)
|
SubLObject |
SubLConsPair.findIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLObject |
SubLSequence.findIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLObject |
AbstractSubLArraySequence.findIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLObject |
SubLArrayList.findIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLObject |
SubLConsFacade.findIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
AbstractSubLSequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key)
|
int |
SubLSequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key)
|
int |
AbstractSubLSequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1)
|
int |
SubLSequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1)
|
int |
AbstractSubLSequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1)
|
int |
SubLSequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1)
|
int |
AbstractSubLSequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2)
|
int |
SubLSequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2)
|
int |
SubLConsPair.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
int |
SubLSequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
int |
AbstractSubLArraySequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
int |
SubLArrayList.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
int |
SubLConsFacade.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
static int |
AbstractSubLSequence.indexOfMismatch(SubLSequence seq,
SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
SubLList |
AbstractSubLList.intersection(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLArrayList.intersection(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLList.intersection(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLConsFacade.intersection(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLConsPair.member(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLArrayList.member(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLList.member(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLConsFacade.member(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
AbstractSubLList.memberIf(BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLArrayList.memberIf(BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLList.memberIf(BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLConsFacade.memberIf(BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
AbstractSubLSequence.merge(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
SubLConsPair.merge(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
SubLSequence.merge(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key)
|
int |
AbstractSubLSequence.positionOf(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
int |
SubLSequence.positionOf(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
int |
AbstractSubLSequence.positionOf(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start)
|
int |
SubLSequence.positionOf(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start)
|
int |
SubLConsPair.positionOf(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLSequence.positionOf(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
AbstractSubLArraySequence.positionOf(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLArrayList.positionOf(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLConsFacade.positionOf(SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
static int |
AbstractSubLSequence.positionOf(SubLSequence seq,
SubLObject item,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
static int |
AbstractSubLSequence.positionOfIf(SubLSequence seq,
UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
AbstractSubLSequence.positionOfIf(UnaryFunction test)
|
int |
SubLConsPair.positionOfIf(UnaryFunction test)
|
int |
SubLSequence.positionOfIf(UnaryFunction test)
|
int |
AbstractSubLSequence.positionOfIf(UnaryFunction test,
UnaryFunction key)
|
int |
SubLSequence.positionOfIf(UnaryFunction test,
UnaryFunction key)
|
int |
AbstractSubLSequence.positionOfIf(UnaryFunction test,
UnaryFunction key,
int start)
|
int |
SubLSequence.positionOfIf(UnaryFunction test,
UnaryFunction key,
int start)
|
int |
SubLConsPair.positionOfIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLSequence.positionOfIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
AbstractSubLArraySequence.positionOfIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLArrayList.positionOfIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
int |
SubLConsFacade.positionOfIf(UnaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLCons |
SubLConsPair.pushNew(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLCons |
SubLArrayList.pushNew(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLCons |
SubLList.pushNew(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLCons |
SubLConsFacade.pushNew(SubLObject item,
BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
AbstractSubLSequence.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
SubLSequence.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
AbstractSubLSequence.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start)
|
SubLSequence |
SubLSequence.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start)
|
SubLSequence |
AbstractSubLSequence.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLSequence |
SubLSequence.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLSequence |
SubLConsPair.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLSequence.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
AbstractSubLArraySequence.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLArrayList.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLConsFacade.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
static SubLSequence |
AbstractSubLSequence.remove(SubLSequence seq,
SubLObject item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
AbstractSubLSequence.removeDuplicates(boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
SubLSequence.removeDuplicates(boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
AbstractSubLSequence.removeDuplicates(boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start)
|
SubLSequence |
SubLSequence.removeDuplicates(boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start)
|
SubLSequence |
SubLConsPair.removeDuplicates(boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLSequence |
SubLSequence.removeDuplicates(boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLSequence |
AbstractSubLArraySequence.removeDuplicates(boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLSequence |
SubLArrayList.removeDuplicates(boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLSequence |
SubLConsFacade.removeDuplicates(boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
static SubLSequence |
AbstractSubLSequence.removeDuplicates(SubLSequence seq,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
static SubLSequence |
AbstractSubLSequence.removeIf(SubLSequence seq,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
AbstractSubLSequence.removeIf(UnaryFunction test,
boolean isDestructive)
|
SubLSequence |
SubLConsPair.removeIf(UnaryFunction test,
boolean isDestructive)
|
SubLSequence |
SubLSequence.removeIf(UnaryFunction test,
boolean isDestructive)
|
SubLSequence |
AbstractSubLSequence.removeIf(UnaryFunction test,
boolean isDestructive,
UnaryFunction key)
|
SubLSequence |
SubLSequence.removeIf(UnaryFunction test,
boolean isDestructive,
UnaryFunction key)
|
SubLSequence |
AbstractSubLSequence.removeIf(UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start)
|
SubLSequence |
SubLSequence.removeIf(UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start)
|
SubLSequence |
AbstractSubLSequence.removeIf(UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end)
|
SubLSequence |
SubLConsPair.removeIf(UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLSequence.removeIf(UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
AbstractSubLArraySequence.removeIf(UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLArrayList.removeIf(UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLConsFacade.removeIf(UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
int |
AbstractSubLSequence.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key)
|
int |
SubLSequence.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key)
|
int |
AbstractSubLSequence.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1)
|
int |
SubLSequence.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1)
|
int |
AbstractSubLSequence.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1)
|
int |
SubLSequence.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1)
|
int |
AbstractSubLSequence.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2)
|
int |
SubLSequence.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2)
|
int |
SubLConsPair.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
int |
SubLSequence.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
int |
AbstractSubLArraySequence.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
int |
SubLArrayList.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
int |
SubLConsFacade.search(SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
static int |
AbstractSubLSequence.search(SubLSequence seq,
SubLSequence otherSeq,
BinaryFunction test,
UnaryFunction key,
int start1,
int end1,
int start2,
int end2)
|
SubLList |
AbstractSubLList.setDifference(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLArrayList.setDifference(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLList.setDifference(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLConsFacade.setDifference(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
AbstractSubLList.setXor(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLArrayList.setXor(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLList.setXor(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLConsFacade.setXor(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
SubLConsPair.sort(boolean isDestructive,
BinaryFunction pred,
UnaryFunction key)
|
SubLSequence |
SubLSequence.sort(boolean isDestructive,
BinaryFunction pred,
UnaryFunction key)
|
SubLSequence |
SubLVector.sort(boolean isDestructive,
BinaryFunction pred,
UnaryFunction key)
|
SubLSequence |
SubLString.sort(boolean isDestructive,
BinaryFunction pred,
UnaryFunction key)
|
SubLSequence |
SubLArrayList.sort(boolean isDestructive,
BinaryFunction pred,
UnaryFunction key)
|
SubLSequence |
SubLConsFacade.sort(boolean isDestructive,
BinaryFunction pred,
UnaryFunction key)
|
SubLSequence |
AbstractSubLSequence.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
SubLSequence.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
AbstractSubLSequence.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start)
|
SubLSequence |
SubLSequence.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start)
|
SubLSequence |
AbstractSubLSequence.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLSequence |
SubLSequence.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end)
|
SubLSequence |
SubLConsPair.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLSequence.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
AbstractSubLArraySequence.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLArrayList.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLConsFacade.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
static SubLSequence |
AbstractSubLSequence.substitute(SubLSequence seq,
SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key,
int start,
int end,
int count)
|
SubLList |
AbstractSubLList.substituteFromAList(SubLList alist,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLArrayList.substituteFromAList(SubLList alist,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLList.substituteFromAList(SubLList alist,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLConsFacade.substituteFromAList(SubLList alist,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLSequence |
AbstractSubLSequence.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive)
|
SubLSequence |
SubLConsPair.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive)
|
SubLSequence |
SubLSequence.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive)
|
SubLSequence |
AbstractSubLSequence.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key)
|
SubLSequence |
SubLSequence.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key)
|
SubLSequence |
AbstractSubLSequence.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start)
|
SubLSequence |
SubLSequence.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start)
|
SubLSequence |
AbstractSubLSequence.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end)
|
SubLSequence |
SubLSequence.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end)
|
SubLSequence |
SubLConsPair.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLSequence.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
AbstractSubLArraySequence.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLArrayList.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
SubLSequence |
SubLConsFacade.substituteIf(SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
static SubLSequence |
AbstractSubLSequence.substituteIf(SubLSequence seq,
SubLObject newItem,
UnaryFunction test,
boolean isDestructive,
UnaryFunction key,
int start,
int end,
int count)
|
SubLList |
AbstractSubLList.union(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLArrayList.union(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLList.union(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|
SubLList |
SubLConsFacade.union(SubLList item,
boolean isDestructive,
BinaryFunction test,
UnaryFunction key)
|