Methods in com.cyc.tool.subl.jrtl.nativeCode.type.core with parameters of type BinaryFunction |
SubLList |
AbstractSubLList.adjoin(SubLObject item,
BinaryFunction test)
|
SubLList |
SubLArrayList.adjoin(SubLObject item,
BinaryFunction test)
|
SubLList |
SubLList.adjoin(SubLObject item,
BinaryFunction test)
|
SubLList |
SubLConsFacade.adjoin(SubLObject item,
BinaryFunction test)
|
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)
|
int |
SubLConsPair.count(SubLObject item,
BinaryFunction test)
|
int |
SubLSequence.count(SubLObject item,
BinaryFunction test)
|
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)
|
SubLObject |
AbstractSubLSequence.find(SubLObject item,
BinaryFunction test)
|
SubLObject |
SubLConsPair.find(SubLObject item,
BinaryFunction test)
|
SubLObject |
SubLSequence.find(SubLObject item,
BinaryFunction test)
|
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)
|
int |
AbstractSubLSequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test)
|
int |
SubLSequence.indexOfMismatch(SubLSequence otherSeq,
BinaryFunction test)
|
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)
|
void |
SubLHashtable.SubLHashtableKeyEntry.init(SubLObject key,
BinaryFunction test)
|
void |
SubLHashtable.SubLHashtableKeyEntryImpl.init(SubLObject key,
BinaryFunction test)
|
void |
SubLHashtable.SubLEqHashtableKeyEntryImpl.init(SubLObject key,
BinaryFunction test)
|
void |
SubLHashtable.SubLEqlHashtableKeyEntryImpl.init(SubLObject key,
BinaryFunction test)
|
void |
SubLHashtable.SubLEqualHashtableKeyEntryImpl.init(SubLObject key,
BinaryFunction test)
|
void |
SubLHashtable.SubLEqualpHashtableKeyEntryImpl.init(SubLObject key,
BinaryFunction test)
|
SubLList |
AbstractSubLList.intersection(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLArrayList.intersection(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLList.intersection(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLConsFacade.intersection(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
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)
|
static SubLHashtable |
SubLObjectFactory.makeHashtable(int size,
BinaryFunction test)
|
static SubLKeyhash |
SubLObjectFactory.makeKeyhash(int size,
BinaryFunction test)
|
SubLList |
SubLConsPair.member(SubLObject item,
BinaryFunction test)
|
SubLList |
SubLArrayList.member(SubLObject item,
BinaryFunction test)
|
SubLList |
SubLList.member(SubLObject item,
BinaryFunction test)
|
SubLList |
SubLConsFacade.member(SubLObject item,
BinaryFunction test)
|
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)
|
SubLList |
SubLArrayList.memberIf(BinaryFunction test)
|
SubLList |
SubLList.memberIf(BinaryFunction test)
|
SubLList |
SubLConsFacade.memberIf(BinaryFunction test)
|
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)
|
SubLSequence |
SubLSequence.merge(SubLSequence otherSeq,
BinaryFunction test)
|
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)
|
int |
SubLConsPair.positionOf(SubLObject item,
BinaryFunction test)
|
int |
SubLSequence.positionOf(SubLObject item,
BinaryFunction test)
|
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)
|
SubLCons |
SubLConsPair.pushNew(SubLObject item,
BinaryFunction test)
|
SubLCons |
SubLArrayList.pushNew(SubLObject item,
BinaryFunction test)
|
SubLCons |
SubLList.pushNew(SubLObject item,
BinaryFunction test)
|
SubLCons |
SubLConsFacade.pushNew(SubLObject item,
BinaryFunction test)
|
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)
|
SubLObject |
AbstractSubLSequence.reduce(BinaryFunction func)
|
SubLObject |
SubLConsPair.reduce(BinaryFunction func)
|
SubLObject |
SubLSequence.reduce(BinaryFunction func)
|
SubLObject |
AbstractSubLSequence.reduce(BinaryFunction func,
int start)
|
SubLObject |
SubLSequence.reduce(BinaryFunction func,
int start)
|
SubLObject |
AbstractSubLSequence.reduce(BinaryFunction func,
int start,
int end)
|
SubLObject |
SubLSequence.reduce(BinaryFunction func,
int start,
int end)
|
SubLObject |
SubLConsPair.reduce(BinaryFunction func,
int start,
int end,
SubLObject initialValue)
|
SubLObject |
SubLSequence.reduce(BinaryFunction func,
int start,
int end,
SubLObject initialValue)
|
SubLObject |
AbstractSubLArraySequence.reduce(BinaryFunction func,
int start,
int end,
SubLObject initialValue)
|
SubLObject |
SubLArrayList.reduce(BinaryFunction func,
int start,
int end,
SubLObject initialValue)
|
SubLObject |
SubLConsFacade.reduce(BinaryFunction func,
int start,
int end,
SubLObject initialValue)
|
static SubLObject |
AbstractSubLSequence.reduce(SubLSequence seq,
BinaryFunction func,
int start,
int end,
SubLObject initialValue)
|
SubLSequence |
AbstractSubLSequence.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test)
|
SubLSequence |
SubLConsPair.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test)
|
SubLSequence |
SubLSequence.remove(SubLObject item,
boolean isDestructive,
BinaryFunction test)
|
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)
|
SubLSequence |
SubLConsPair.removeDuplicates(boolean isDestructive,
BinaryFunction test)
|
SubLSequence |
SubLSequence.removeDuplicates(boolean isDestructive,
BinaryFunction test)
|
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)
|
SubLSequence |
AbstractSubLArraySequence.removeDuplicatesFast(BinaryFunction test,
int start,
int end)
|
SubLSequence |
SubLArrayList.removeDuplicatesFast(BinaryFunction test,
int start,
int end)
|
static SubLSequence |
AbstractSubLSequence.removeDuplicatesFast(SubLSequence seq,
BinaryFunction test,
int start,
int end)
|
int |
AbstractSubLSequence.search(SubLSequence otherSeq,
BinaryFunction test)
|
int |
SubLSequence.search(SubLSequence otherSeq,
BinaryFunction test)
|
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)
|
SubLList |
SubLArrayList.setDifference(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLList.setDifference(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLConsFacade.setDifference(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
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)
|
SubLList |
SubLArrayList.setXor(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLList.setXor(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLConsFacade.setXor(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
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 |
AbstractSubLSequence.sort(boolean isDestructive,
BinaryFunction pred)
|
SubLSequence |
SubLSequence.sort(boolean isDestructive,
BinaryFunction pred)
|
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)
|
SubLSequence |
SubLConsPair.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test)
|
SubLSequence |
SubLSequence.substitute(SubLObject newItem,
SubLObject oldItem,
boolean isDestructive,
BinaryFunction test)
|
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)
|
SubLList |
SubLArrayList.substituteFromAList(SubLList alist,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLList.substituteFromAList(SubLList alist,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLConsFacade.substituteFromAList(SubLList alist,
boolean isDestructive,
BinaryFunction test)
|
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)
|
SubLList |
AbstractSubLList.treeEqual(SubLList tree1,
SubLList tree2,
BinaryFunction test)
|
SubLList |
SubLArrayList.treeEqual(SubLList tree1,
SubLList tree2,
BinaryFunction test)
|
SubLList |
SubLList.treeEqual(SubLList tree1,
SubLList tree2,
BinaryFunction test)
|
SubLList |
SubLConsFacade.treeEqual(SubLList tree1,
SubLList tree2,
BinaryFunction test)
|
SubLList |
AbstractSubLList.union(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLArrayList.union(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLList.union(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
SubLList |
SubLConsFacade.union(SubLList item,
boolean isDestructive,
BinaryFunction test)
|
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)
|