代码搜索:Wrox

找到约 2,023 项符合「Wrox」的源代码

代码结果 2,023
www.eeworm.com/read/185314/5238197

java andpredicatetest.java

package com.wrox.algorithms.iteration; import junit.framework.TestCase; /** * Test cases for {@link AndPredicate}. * */ public class AndPredicateTest extends TestCase { public void testTrueAn
www.eeworm.com/read/185314/5238205

java linetest.java

package com.wrox.algorithms.geometry; import junit.framework.TestCase; /** */ public class LineTest extends TestCase { public void testContainsForNonVerticalLine() { Point p = new Point
www.eeworm.com/read/185314/5238225

java abstracthashtabletestcase.java

package com.wrox.algorithms.hashing; import junit.framework.TestCase; /** * Abstract base class for testing {@link Hashtable} implementations. * */ public abstract class AbstractHashtableTestCase
www.eeworm.com/read/185314/5238226

java hashtablecallcountingtest.java

package com.wrox.algorithms.hashing; import junit.framework.TestCase; /** * Compare the performance of linear probing versus bucketing. * */ public class HashtableCallCountingTest extends TestCas
www.eeworm.com/read/185314/5238240

java compoundcomparatortest.java

package com.wrox.algorithms.sorting; import junit.framework.TestCase; /** * Test cases for {@link NaturalComparator}. * */ public class CompoundComparatorTest extends TestCase { public void t
www.eeworm.com/read/185314/5238247

java reversecomparatortest.java

package com.wrox.algorithms.sorting; import junit.framework.TestCase; /** * Test cases for {@link ReverseComparator}. * */ public class ReverseComparatorTest extends TestCase { public void t
www.eeworm.com/read/185314/5238253

java naturalcomparatortest.java

package com.wrox.algorithms.sorting; import junit.framework.TestCase; /** * Test cases for {@link NaturalComparator}. * */ public class NaturalComparatorTest extends TestCase { public void te
www.eeworm.com/read/185314/5238277

java abstractstacktestcase.java

package com.wrox.algorithms.stacks; import junit.framework.TestCase; /** * Abstract base class for testing implementations of {@link Stack}. * */ public abstract class AbstractStackTestCase exten
www.eeworm.com/read/184988/5242871

java timeprotocolconstants.java

// TimeProtocolConstants.java package com.wrox.timeprotocol; import java.util.Calendar; /** * Defines constants used by clients and servers implementing the time * protocol defined in RFC
www.eeworm.com/read/184988/5242881

java basictopicpublisher.java

package com.wrox.pubsub; import javax.naming.*; import javax.jms.*; public class BasicTopicPublisher { protected TopicConnection _connection =null; protected TopicSession _session =