id
stringlengths
36
36
text
stringlengths
1
1.25M
4a9fdcc8-9c0a-42c9-9a9b-a0e02362a7b3
public crmondemand.xml.customobject3.query.QueryType getCustomObject14IntegrationId() { return this.customObject14IntegrationId; }
dd8d430c-60bd-41f7-91c7-7f3cf0e6fd4b
public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); }
5039401f-436a-4903-8e49-e3246fa81cbc
public PolygonProjection rotate(double angle) { return rotate(new Point2D(0, 0), angle); }
b04cd831-c26f-4f14-96fc-a56f6a74154d
public crmondemand.xml.customobject6.query.QueryType getOpportunityRevenue() { return this.opportunityRevenue; }
98bc1ebf-e114-48aa-850a-47a8ada9cfc7
public void setCustomDate38(java.util.Calendar customDate38) { this.customDate38 = customDate38; }
d62822cc-0569-4a12-8c96-0744fd96faff
public void setReassignLeadOwner(crmondemand.xml.customobject6.query.QueryType reassignLeadOwner) { this.reassignLeadOwner = reassignLeadOwner; }
7a11d898-a169-474d-905c-3355746a2f0d
public Inventory(int size) { ItemW = 8; if (size == EXTRA_SMALL) { ItemH = 1; } if (size == SMALL) { ItemH = 4; } if (size == LARGE) { ItemH = 8; } if (size == EXTRA_LARGE) { ItemH = 8; ItemW = 12; } w = ItemW * 8 * 8; h = ItemH * 8 * 8; x = (def.Frame.WIDTH / 2) - (w / 2); y = 20; RECTS = new Rectangle[ItemH][ItemW]; for (int h = 0; h < RECTS.length; h++) { for (int w = 0; w < RECTS[h].length; w++) { RECTS[h][w] = new Rectangle(); RECTS[h][w].setSize(32, 32); RECTS[h][w].setLocation(x + 16 + (w * 64), y + 128 + 48 + (h * 40)); } } }
db98fcdd-ea1e-4cd5-b8a3-fc93b683ee96
public java.lang.String getPrimaryBillToStreetAddress3() { return this.primaryBillToStreetAddress3; }
ed01d68c-384c-42f1-bdc1-4dcaad5b048c
@Override public void setUniverse(Universe myUniverse) { this.myUniverse=myUniverse; }
cafbb9eb-b1cd-4fb3-a19b-075982be570c
public crmondemand.xml.contact.query.QueryType getPrimaryAgencyIntegrationId() { return this.primaryAgencyIntegrationId; }
10a4aa60-6ab6-41c0-bcfe-9497736d9381
public void setCustomNumber9(java.math.BigDecimal customNumber9) { this.customNumber9 = customNumber9; }
a8ba8736-9b48-43fa-bfcf-7ce6347da779
public void setServiceRequestIntegrationId(crmondemand.xml.customobject6.query.QueryType serviceRequestIntegrationId) { this.serviceRequestIntegrationId = serviceRequestIntegrationId; }
eca10336-1397-462d-91d9-bfb6f0fc6b2d
public crmondemand.xml.contact.query.QueryType getCustomPickList71() { return this.customPickList71; }
d1c557a4-cd33-49d9-aeef-680191c20447
@Override public String toString() { return "Endereco{" + "numero=" + numero + ", cep=" + cep + ", logradouro=" + logradouro + ", bairro=" + bairro + ", cidade=" + cidade + ", estado=" + estado + '}'; }
1a66fa1c-21e1-4687-bf67-33781bddc637
public crmondemand.xml.contact.query.QueryType getCustomObject14IntegrationId() { return this.customObject14IntegrationId; }
37b8bff7-2a5d-4a55-aa15-b562a568fa4b
public boolean isFollowOn() { return followon; }
e9ee9d79-8634-49b0-b792-be1132e8fa30
public java.lang.String getCreatedByAlias() { return this.createdByAlias; }
6b4b27c9-bf6c-4361-8998-b065e56cb10a
public void setCustomObject6IntegrationId(crmondemand.xml.customobject6.query.QueryType customObject6IntegrationId) { this.customObject6IntegrationId = customObject6IntegrationId; }
5e345de7-2d83-474d-ba8a-6f33f7cd3776
public crmondemand.xml.contact.query.QueryType getCustomCurrency12() { return this.customCurrency12; }
7925bb6e-338e-4e33-8822-614fa243b053
public java.lang.String getFinancialPlanType() { return this.financialPlanType; }
41ca2f31-6315-40a7-ab75-6c847efaced8
public java.util.Calendar getCustomDate3() { return this.customDate3; }
5b653e68-dbd8-4c30-8603-bdcd638c9042
public Builder setSpan( int index, int value) { ensureSpanIsMutable(); span_.set(index, value); onChanged(); return this; }
f5cc71c7-075d-48ae-b80f-3897b6005b1b
public void setVehicleUsedNew(java.lang.String vehicleUsedNew) { this.vehicleUsedNew = vehicleUsedNew; }
46692255-4efc-4073-8242-1d74620d1a9b
public void setCustomPickList62(java.lang.String customPickList62) { this.customPickList62 = customPickList62; }
31657bf6-2365-4706-ac65-aab8a46e426f
public java.math.BigDecimal getCustomCurrency10() { return this.customCurrency10; }
27c9b011-a650-47d3-a2a8-1c1ffb9e9060
public void setUpdatedByFullName(java.lang.String updatedByFullName) { this.updatedByFullName = updatedByFullName; }
0cc05d3f-0bcd-4b2b-bc4a-96b59b556c89
public Builder removeAbilities(int index) { if (abilitiesBuilder_ == null) { ensureAbilitiesIsMutable(); abilities_.remove(index); onChanged(); } else { abilitiesBuilder_.remove(index); } return this; }
1634f43b-963e-44bb-8940-97dd705d38f4
public Slider() { this.setPreferredSize(new Dimension(500,50)); Font font = new Font("ARMY RUST", Font.BOLD, 24); this.setFont(font); this.setMajorTickSpacing(10); this.setMinorTickSpacing(1); this.setPaintTicks(true); this.setPaintLabels(true); }
589d3fc7-f640-416e-b632-61e948e26a33
public void setCustomDate41(java.util.Calendar customDate41) { this.customDate41 = customDate41; }
016ea223-7c55-44b2-a11b-aabac7b85895
public void factory_of_6ints_dayTooHigh() { LocalDateTime.of(2007, 7, 32, 12, 30, 40); } @Test(expectedExceptions = DateTimeException.class, groups = { "tck" }
97b00cb7-085c-4b56-8ebc-4d10cfbb54f6
public java.lang.String getCustomObject2Name() { return this.customObject2Name; }
64119014-a088-44c2-85cf-f4e45792743d
public crmondemand.xml.customobject3.query.QueryType getCustomText67() { return this.customText67; }
c1883dc9-8c56-44ed-8035-7aa0166986b7
public abstract void postLoad();
bfb2a6ce-00ae-4c89-807a-c013b7d1a665
public java.lang.String getCustomObject15Id() { return this.customObject15Id; }
2e21a10b-02a4-4899-9d7a-7372d635e5e6
public java.math.BigDecimal getCustomNumber15() { return this.customNumber15; }
99d7ad10-3237-4160-ab82-6751a2bca3a4
public void setCustomNumber4(crmondemand.xml.customobject3.query.QueryType customNumber4) { this.customNumber4 = customNumber4; }
38c56e79-ec5c-4278-b25d-35f132a2597e
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { // only method we are proxying is handle() terminal.init(); try { drawLine(); flush(); } catch (IOException e) { e.printStackTrace(); } return null; }
aa76a54e-6ed9-45ff-aefe-4a9d7c3e2478
public crmondemand.xml.customobject6.query.QueryType getCustomPickList95() { return this.customPickList95; }
b0d6426e-afb5-4d8e-bb30-98af27d80bbf
public void setCustomDate32(java.util.Calendar customDate32) { this.customDate32 = customDate32; }
7826de0f-54e6-4ee4-b2cf-0eeeccc873e7
public void setSPRequestSPRequestName(crmondemand.xml.contact.query.QueryType sPRequestSPRequestName) { this.sPRequestSPRequestName = sPRequestSPRequestName; }
a9c04153-8d6e-4e9f-b025-10e7e5313961
public void setCustomPickList55(java.lang.String customPickList55) { this.customPickList55 = customPickList55; }
d330da16-3b10-4eaa-a9f3-30a04b6e546e
public void setLeadFullName(crmondemand.xml.customobject6.query.QueryType leadFullName) { this.leadFullName = leadFullName; }
22d6f525-7767-4e35-b8aa-246d6d2e0128
public void setCustomDate43(crmondemand.xml.customobject3.query.QueryType customDate43) { this.customDate43 = customDate43; }
d1220d56-e839-4d29-a248-75c640bf4e69
public crmondemand.xml.opportunity.query.QueryType getCustomText76() { return this.customText76; }
86c81ab0-6ef9-4b95-a7f3-25c3c4356ba2
public java.math.BigDecimal getCustomNumber20() { return this.customNumber20; }
3dbeb457-8f3d-4748-bdb1-c0721eaf5027
public void setCustomText65(java.lang.String customText65) { this.customText65 = customText65; }
28022b05-f4b0-4f9a-8860-f6d6de56b122
public crmondemand.xml.contact.query.QueryType getContactExternalSystemId() { return this.contactExternalSystemId; }
c8baf638-243b-43c3-becd-f87644ca0685
public void setCustomDate41(crmondemand.xml.contact.query.QueryType customDate41) { this.customDate41 = customDate41; }
40b53b2b-080d-4b71-9c70-9f842e0850e6
public void setCustomCurrency17(java.math.BigDecimal customCurrency17) { this.customCurrency17 = customCurrency17; }
9306bfb1-3253-4547-97a9-43b474a10b7a
public crmondemand.xml.customobject6.query.QueryType getCustomCurrency16() { return this.customCurrency16; }
a46228dd-ffa6-476e-bf37-f7e8d2438785
public void setCustomPickList90(crmondemand.xml.customobject6.query.QueryType customPickList90) { this.customPickList90 = customPickList90; }
965765c1-8a58-46fc-96d8-7b586dc93d88
public Builder toBuilder() { return newBuilder(this); }
d0913973-80be-4702-9404-318a20c4fa9b
public void setFinancialAccountHeldAway(java.lang.Boolean financialAccountHeldAway) { this.financialAccountHeldAway = financialAccountHeldAway; }
f47adb73-10cf-4a47-9d5d-ad8ed915ab40
public void setCustomObject4Id(crmondemand.xml.customobject3.query.QueryType customObject4Id) { this.customObject4Id = customObject4Id; }
11e120f5-9784-4602-bd56-61caa528903e
public crmondemand.xml.contact.query.QueryType getCustomText88() { return this.customText88; }
05636dfb-454b-4542-9851-0fcc2782a8b6
public void setClaimId(java.lang.String claimId) { this.claimId = claimId; }
7d9ef677-f6ed-48dd-ab0f-02a1bc132c95
public void setParentGraphicState(GraphicsState graphicsState) { // nothing to be done for shading. }
00003698-5515-42aa-ae9a-f9d86eccd8cc
public void setContactIntegrationId(java.lang.String contactIntegrationId) { this.contactIntegrationId = contactIntegrationId; }
5d19927a-65b2-4a1f-a1cf-36cb5eae02e5
public java.lang.String getCustomPickList21() { return this.customPickList21; }
cff1b857-b1fd-40d1-b2de-bee5cc59d074
public static final void Pickup_Pet(final LittleEndianAccessor slea, final MapleClient c, final MapleCharacter chr) { if (chr == null) { return; } //System.out.println("PETS: " + slea.toString()); c.getPlayer().setScrolledPosition((short) 0); final byte petz = c.getPlayer().getPetIndex((int) slea.readLong()); final MaplePet pet = chr.getPet(petz); slea.skip(1); // [4] Zero, [4] Seems to be tickcount, [1] Always zero chr.updateTick(slea.readInt()); final Point Client_Reportedpos = slea.readPos(); final MapleMapObject ob = chr.getMap().getMapObject(slea.readInt(), MapleMapObjectType.ITEM); if (ob == null || pet == null) { //System.out.println("Ob or pet is null"); return; } final MapleMapItem mapitem = (MapleMapItem) ob; final Lock lock = mapitem.getLock(); lock.lock(); try { if (mapitem.isPickedUp()) { c.getSession().write(InventoryPacket.getInventoryFull()); // System.err.println("Return 1"); return; } if (mapitem.getOwner() != chr.getId() && mapitem.isPlayerDrop()) { // System.err.println("Return 2"); return; } if (mapitem.getOwner() != chr.getId() && ((!mapitem.isPlayerDrop() && mapitem.getDropType() == 0) || (mapitem.isPlayerDrop() && chr.getMap().getEverlast()))) { // System.err.println("Return 3"); c.getSession().write(CWvsContext.enableActions()); return; } if (!mapitem.isPlayerDrop() && mapitem.getDropType() == 1 && mapitem.getOwner() != chr.getId() && (chr.getParty() == null || chr.getParty().getMemberById(mapitem.getOwner()) == null)) { // System.err.println("Return 4"); c.getSession().write(CWvsContext.enableActions()); return; } final double Distance = Client_Reportedpos.distanceSq(mapitem.getPosition()); if (Distance > 10000 && (mapitem.getMeso() > 0 || mapitem.getItemId() != 4001025)) { chr.getCheatTracker().registerOffense(CheatingOffense.PET_ITEMVAC_CLIENT, String.valueOf(Distance)); } else if (pet.getPos().distanceSq(mapitem.getPosition()) > 640000.0) { chr.getCheatTracker().registerOffense(CheatingOffense.PET_ITEMVAC_SERVER); } // System.err.println("Petdrop 5"); if (mapitem.getMeso() > 0) { if (chr.getParty() != null && mapitem.getOwner() != chr.getId()) { final List<MapleCharacter> toGive = new LinkedList<>(); final int splitMeso = mapitem.getMeso() * 40 / 100; for (MaplePartyCharacter z : chr.getParty().getMembers()) { MapleCharacter m = chr.getMap().getCharacterById(z.getId()); if (m != null && m.getId() != chr.getId()) { toGive.add(m); } } for (final MapleCharacter m : toGive) { m.gainMeso(splitMeso / toGive.size(), true); } chr.gainMeso(mapitem.getMeso() - splitMeso, true); } else { chr.gainMeso(mapitem.getMeso(), true); } // System.err.println("Return 8"); removeItem_Pet(chr, mapitem, petz); } else { if (MapleItemInformationProvider.getInstance().isPickupBlocked(mapitem.getItemId()) || mapitem.getItemId() / 10000 == 291) { c.getSession().write(CWvsContext.enableActions()); } else if (useItem(c, mapitem.getItemId())) { removeItem_Pet(chr, mapitem, petz); } else if (MapleInventoryManipulator.checkSpace(c, mapitem.getItemId(), mapitem.getItem().getQuantity(), mapitem.getItem().getOwner())) { if (mapitem.getItem().getQuantity() >= 50 && mapitem.getItemId() == 2340000) { c.setMonitored(true); //hack check } // System.err.println("Return 12"); MapleInventoryManipulator.addFromDrop(c, mapitem.getItem(), true, mapitem.getDropper() instanceof MapleMonster); removeItem_Pet(chr, mapitem, petz); } } } finally { lock.unlock(); } }
d67541fb-4df7-44d7-afb6-b15baf860fbc
public void setCustomObject9ExternalSystemId(java.lang.String customObject9ExternalSystemId) { this.customObject9ExternalSystemId = customObject9ExternalSystemId; }
96d7b980-4df0-4075-8d4a-4ca6f6e0ac5f
public crmondemand.xml.contact.query.QueryType getCustomPickList36() { return this.customPickList36; }
6a1c473a-0bca-414a-b655-2c510887316c
public java.math.BigDecimal getPolicyFaceAmount() { return this.policyFaceAmount; }
c07e3f22-95b2-4d64-86fa-1f4dd9b61d1e
public void setCustomText43(java.lang.String customText43) { this.customText43 = customText43; }
98f8666f-d0d2-454a-9824-d2b75decd42b
public void setPrimaryProductIntegrationId(java.lang.String primaryProductIntegrationId) { this.primaryProductIntegrationId = primaryProductIntegrationId; }
576f6be8-dda4-4523-8922-fe2181e88320
public void setInvtPeriodId(java.lang.String invtPeriodId) { this.invtPeriodId = invtPeriodId; }
7f12068a-2638-478e-bac6-c9a7563ea572
@Override public Memento getMemento() { return null; }
9b784281-7f9a-4663-8406-cfdd1f9e414b
@Override public void keyReleased(KeyEvent arg0) { }
0ea7be1f-69bc-4009-8040-13105c4e45bc
public void setCustomDate30(crmondemand.xml.customobject6.query.QueryType customDate30) { this.customDate30 = customDate30; }
dc0ac46d-2098-4e3e-bfb6-ece2a972e8ff
@Test public void testLocationObjectOtherString() { this.locationObject = new LocationGPSObject("Tokyo"); assertTrue(this.locationObject.getLocation().equals("Tokyo")); }
65eb2fff-f527-491b-9c51-9c839b00fdf3
public java.lang.String getCustomText7() { return this.customText7; }
d93c8d1b-eff7-48e4-aef9-67695bab745b
public crmondemand.xml.customobject6.query.QueryType getCustomObject1Name() { return this.customObject1Name; }
429c405e-7192-4e6d-b303-460f50ce78d4
public Builder clearMedianSplashRadius() { bitField0_ = (bitField0_ & ~0x00004000); medianSplashRadius_ = 0; onChanged(); return this; }
60c00a7e-83d1-4b53-935d-79190ef8ce62
public void setCustomInteger16(crmondemand.xml.customobject3.query.QueryType customInteger16) { this.customInteger16 = customInteger16; }
cfcb5ad1-3bb3-4342-bd64-6456694c5b37
public void setCustomObject4Type(java.lang.String customObject4Type) { this.customObject4Type = customObject4Type; }
cc55994e-b904-480f-a747-0d431075ffb1
public void setCustomObject9Id(crmondemand.xml.customobject6.query.QueryType customObject9Id) { this.customObject9Id = customObject9Id; }
44316bd6-a93b-4013-8dbb-c804f8649397
private Sprite(String path) { try { image = ImageIO.read(Sprite.class.getResource(path)); this.path = path; this.w = image.getWidth(); this.h = image.getHeight(); } catch (IOException e) { e.printStackTrace(); } }
f90f67a7-2187-482a-b82b-f4d961918aca
private void firstInsertion(int ndj,VertexPulse v){ int key = keyCalculator(ndj); if(baseAproxBucket!=null){ int pos = posCalculator(key, baseAproxBucket.getKey()); if(highLevelBuckets[pos] != null){ highLevelBuckets[pos].insertVertexDist(v); } else{ AproxBucket theNewBucket = new AproxBucket(v, key, Delta); highLevelBuckets[pos] = theNewBucket; if(ndj < baseAproxBucket.getLowerBound()){ int deltaPos = key- baseAproxBucket.getKey(); baseAproxBucket.setDown(theNewBucket); theNewBucket.setUP(baseAproxBucket); baseAproxBucket = theNewBucket; iH += deltaPos; if(iH<0){ iH+= numHigh; } } else if(ndj> topAproxBucket.getUpperBound()){ int deltaPos = key -topAproxBucket.getKey(); topAproxBucket.setUP(theNewBucket); theNewBucket.setDown(topAproxBucket); topAproxBucket = theNewBucket; jH += deltaPos; if(jH>=numHigh){ jH-=numHigh; } } else{ AproxBucket aux = baseAproxBucket.getUP(); boolean inserted = false; while(aux!= null && !inserted){ if(ndj < aux.getLowerBound()){ theNewBucket.setUP(aux); theNewBucket.setDown(aux.getDown()); aux.getDown().setUP(theNewBucket); aux.setDown(theNewBucket); inserted =true; } aux = aux.getUP();//Upward iteration } } } }else{ AproxBucket theNewBucket = new AproxBucket(v, key, Delta); int pos = key-indexK; iH = pos; jH = pos; highLevelBuckets[pos] = theNewBucket; baseAproxBucket= theNewBucket; topAproxBucket = theNewBucket; } }
a9b3f6d7-afba-47f2-976c-4849950e68aa
public crmondemand.xml.customobject3.query.QueryType getCustomCurrency16() { return this.customCurrency16; }
099ff563-02a4-4fbb-8fee-6eda6e33a111
public void setTerritory(crmondemand.xml.opportunity.query.QueryType territory) { this.territory = territory; }
2e61a81e-d2db-4932-a3bc-b6c2c4adc178
public void setCustomNumber31(java.math.BigDecimal customNumber31) { this.customNumber31 = customNumber31; }
6f90d8b9-8749-4771-8a89-b63f164f1185
public void setDealRegistrationId(java.lang.String dealRegistrationId) { this.dealRegistrationId = dealRegistrationId; }
1e56f934-5b02-4f70-9488-b1a85059410c
private void doProcess(String trainDir, String testDir, String classifyResultFileNew) throws Exception { // TODO Auto-generated method stub Map<String,Double> cateWordsNum = new TreeMap<String,Double>();//ѵÿܴ Map<String,Double> cateWordsProb = new TreeMap<String,Double>();//ѵÿÿԴʵijִ cateWordsProb = getCateWordsProb(trainDir); cateWordsNum = getCateWordsNum(trainDir); double totalWordsNum = 0.0;//¼ѵܴ Set<Map.Entry<String,Double>> cateWordsNumSet = cateWordsNum.entrySet(); for(Iterator<Map.Entry<String,Double>> it = cateWordsNumSet.iterator(); it.hasNext();){ Map.Entry<String, Double> me = it.next(); totalWordsNum += me.getValue(); } //濪ʼȡ Vector<String> testFileWords = new Vector<String>(); String word; File[] testDirFiles = new File(testDir).listFiles(); FileWriter crWriter = new FileWriter(classifyResultFileNew); for(int i = 0; i < testDirFiles.length; i++){ File[] testSample = testDirFiles[i].listFiles(); for(int j = 0;j < testSample.length; j++){ testFileWords.clear(); FileReader spReader = new FileReader(testSample[j]); BufferedReader spBR = new BufferedReader(spReader); while((word = spBR.readLine()) != null){ testFileWords.add(word); } //ֱòڶʮĸ File[] trainDirFiles = new File(trainDir).listFiles(); BigDecimal maxP = new BigDecimal(0); String bestCate = null; for(int k = 0; k < trainDirFiles.length; k++){ BigDecimal p = computeCateProb(trainDirFiles[k], testFileWords, cateWordsNum, totalWordsNum, cateWordsProb); if(k == 0){ maxP = p; bestCate = trainDirFiles[k].getName(); continue; } if(p.compareTo(maxP) == 1){ maxP = p; bestCate = trainDirFiles[k].getName(); } } crWriter.append(testSample[j].getName() + " " + bestCate + "\n"); crWriter.flush(); } } crWriter.close(); }
d69edc40-1e93-42da-bf4e-213fc8a94800
public crmondemand.xml.opportunity.query.QueryType getPartnerExternalSystemId() { return this.partnerExternalSystemId; }
72718464-e15c-42a1-bdbc-377fa44e4954
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean32() { return this.customBoolean32; }
30414af5-4284-4426-95a2-3ce57263f3d6
public void setIndexedCurrency0(crmondemand.xml.customobject6.query.QueryType indexedCurrency0) { this.indexedCurrency0 = indexedCurrency0; }
e0945e1b-3116-41f1-9f7e-6794a76b0ee0
public crmondemand.xml.customobject3.query.QueryType getUpdatedByLastName() { return this.updatedByLastName; }
ba95dc16-7daa-4c16-91db-c78f625563dd
public void setCustomText4(crmondemand.xml.customobject6.query.QueryType customText4) { this.customText4 = customText4; }
d546029a-c398-4e6e-b446-25a42212f49e
public void setServiceRequestSRNumber(crmondemand.xml.customobject3.query.QueryType serviceRequestSRNumber) { this.serviceRequestSRNumber = serviceRequestSRNumber; }
9a584396-b018-4de6-9c7f-cdfe12f9c017
public void test_equals_same() { Year test = Year.of(2011); assertEquals(test.equals(test), true); } @Test(groups = { "tck" }
39c36e0f-51e6-44aa-8a3e-30eae2283e42
public ListIterator<Integer> listIterator(int index) { resizeCachesIfPrimeIndexTooBig(index); final int ind = index; return new ListIterator<Integer>() { // the iterator over the actual collection private ListIterator<Integer> backingIterator = primeListCache.listIterator(ind); private int last = -1; @Override public boolean hasNext() { return true; // there are always more primes } @Override public Integer next() { if (!backingIterator.hasNext()) { // if we're out of primes, we need to resize and get a new iterator resizeCaches(); backingIterator = primeListCache.listIterator(); // fast forward to our old position. // TODO: optimize this while (backingIterator.next() != last); } return last = backingIterator.next(); } @Override public void remove() { throw new UnsupportedOperationException("don't delete from this collection, yo. it's immutable!"); } @Override public void add(Integer e) { throw new UnsupportedOperationException("don't add to this collection, yo. it's immutable!"); } @Override public boolean hasPrevious() { return backingIterator.hasPrevious(); } @Override public int nextIndex() { return backingIterator.nextIndex(); } @Override public Integer previous() { return last = backingIterator.previous(); } @Override public int previousIndex() { return backingIterator.previousIndex(); } @Override public void set(Integer e) { throw new UnsupportedOperationException("don't modify this collection, yo. it's immutable!"); } }; }
4d8ecff3-169d-4952-8eb0-bbd25885b6d4
public java.lang.String getAccountExternalSystemId() { return this.accountExternalSystemId; }
4ca3e354-ed4e-4e19-96b9-e48dfa01bb6d
public java.util.Calendar getCustomDate15() { return this.customDate15; }
3d2d6615-1b3d-4ccc-ac8b-87d0584303b2
public void setCustomPickList11(crmondemand.xml.opportunity.query.QueryType customPickList11) { this.customPickList11 = customPickList11; }
1c4cb682-0de9-448f-b3fe-fa98a654ef1a
public java.util.Calendar getCustomDate6() { return this.customDate6; }
74a09eb5-27a4-4a00-b3e3-2673a1895104
public void setCustomNumber23(crmondemand.xml.contact.query.QueryType customNumber23) { this.customNumber23 = customNumber23; }
5f644390-4bbd-479b-ac43-d6c0b450ba72
public void setCustomText20(crmondemand.xml.customobject3.query.QueryType customText20) { this.customText20 = customText20; }
7fbeaea1-85e3-4e90-82e0-960720a4dcfe
public java.lang.String getActivityStatus() { return this.activityStatus; }
cbd721ae-9685-4eb4-90e1-b75087bbed8d
public java.lang.String getCustomPickList27() { return this.customPickList27; }
f974f8f0-d892-46ad-b4cc-70e364d77222
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean24() { return this.customBoolean24; }