A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages

A

addListener(ListenerInterface) - Method in class org.djutils.demo.rmi.Producer
Add a listener to the producer.
addListener(ListenerInterface) - Method in interface org.djutils.demo.rmi.ProducerInterface
Add a listener to the producer.
addListener(RMITest.ListenerInterface) - Method in class org.djutils.rmi.RMITest.Producer
Add a listener to the producer.
addListener(RMITest.ListenerInterface) - Method in interface org.djutils.rmi.RMITest.ProducerInterface
Add a listener to the producer.
addToJarFile(String, JarOutputStream) - Method in class org.djutils.io.URLResourceTest
Copy a plain file into a jar file.
AngleUtilTest - Class in org.djutils.base
AngleUtilTest tests the angle normalization methods in AngleUtil.
AngleUtilTest() - Constructor for class org.djutils.base.AngleUtilTest
 

B

BenchmarkPolynomialRoots - Class in org.djutils.polynomialroots
BenchmarkPolynomialRoots tests the speed of different algorithms.
binaryOps() - Static method in class org.djutils.complex.demo.ComplexDemo
Binary operations.
Bounded - Class in org.djutils.quadtree
Simple object that implements BoundingBoxed.
Bounded(Point2D.Double[], String) - Constructor for class org.djutils.quadtree.Bounded
Construct a new Bounded object for testing.

C

classFileDescriptorTest() - Method in class org.djutils.reflection.ClassFileDescriptorTest
Test the classFileDescriptor method in ClassUtil.
ClassFileDescriptorTest - Class in org.djutils.reflection
ClassFileDescriptorTest.java.
ClassFileDescriptorTest() - Constructor for class org.djutils.reflection.ClassFileDescriptorTest
 
classFileDescriptorTestWithSpaces() - Method in class org.djutils.reflection.ClassFileDescriptorTest
Test the classFileDescriptor method in ClassUtil.
ClassUtilTest - Class in org.djutils.reflection
The JUNIT Test for ClassUtil.
ClassUtilTest() - Constructor for class org.djutils.reflection.ClassUtilTest
 
ClassUtilTest.AnnString - Annotation Type in org.djutils.reflection
annotation class with String parameter.
ClassUtilTest.AnnTag - Annotation Type in org.djutils.reflection
annotation class.
ClassUtilTest.Sub - Class in org.djutils.reflection
superclass with fields and methods.
ClassUtilTest.Sub.Inner - Class in org.djutils.reflection
non-static inner class.
ClassUtilTest.Sup - Class in org.djutils.reflection
subclass with fields and methods.
clear() - Method in class org.djutils.logger.LoggerTest.StringWriter
Nullify the last logged message (so we can distinguish a newly received message even when it is the empty string.
close() - Method in class org.djutils.logger.LoggerTest.StringWriter
commands() - Method in class org.djutils.demo.rmi.Producer
create a small interactive application.
ComplexDemo - Class in org.djutils.complex.demo
ComplexDemo.java.
constants() - Static method in class org.djutils.complex.demo.ComplexDemo
Constants.
constructors() - Static method in class org.djutils.complex.demo.ComplexDemo
Constructors.
cubicTest() - Static method in class org.djutils.polynomialroots.BenchmarkPolynomialRoots
Test the cubic solver.
cubicTest() - Method in class org.djutils.polynomialroots.TestPolynomialRoots
Test the cubic solver.
cubicTestAberthEhrlich() - Static method in class org.djutils.polynomialroots.BenchmarkPolynomialRoots
Test the cubic solver.
cubicTestAberthEhrlich() - Method in class org.djutils.polynomialroots.TestPolynomialRoots2
Test the cubic solver.
cubicTestDurandKerner() - Static method in class org.djutils.polynomialroots.BenchmarkPolynomialRoots
Test the cubic solver.
cubicTestDurandKerner() - Method in class org.djutils.polynomialroots.TestPolynomialRoots2
Test the cubic solver.
cubicTestNewtonFactor() - Static method in class org.djutils.polynomialroots.BenchmarkPolynomialRoots
Test the cubic solver.
cubicTestNewtonFactor() - Method in class org.djutils.polynomialroots.TestPolynomialRoots2
Test the cubic solver.
XXX: Not active yet.

D

DecoderDumperDemos - Class in org.djutils.decoderdumper.demo
Demonstration code.
DecoderDumperTests - Class in org.djutils.decoderdumper
Tests for the decoder/dumper package.
DecoderDumperTests() - Constructor for class org.djutils.decoderdumper.DecoderDumperTests
 
delay(long) - Method in class org.djutils.profile.ProfileTest
Delay for specified number of nano seconds.
doCosine(double) - Method in class org.djutils.profile.ProfileTest
Perform a somewhat CPU time intensive function.
doSine(double) - Method in class org.djutils.profile.ProfileTest
Perform a somewhat CPU time intensive function.
doubleAcosh(double) - Static method in class org.djutils.complex.TestComplexMath
Copied from Forget Code acosh.
doubleAsinh(double) - Static method in class org.djutils.complex.TestComplexMath
Copied from Forget Code asinh.

E

equals(Object) - Method in class org.djutils.rmi.RMITest.RemoteObject
EventListenerMapTest - Class in org.djutils.event
Test the EventListenerMap.
EventListenerMapTest() - Constructor for class org.djutils.event.EventListenerMapTest
 
EventListenerMapTest.TestEventListener - Class in org.djutils.event
 
EventListenerMapTest.TestRemoteEventListener - Class in org.djutils.event
 
EventPubSubTest - Class in org.djutils.event
Test the EventProducer and EventListener.
EventPubSubTest() - Constructor for class org.djutils.event.EventPubSubTest
 
EventPubSubTest.TestEventListener - Class in org.djutils.event
 
EventPubSubTest.TestEventProducer - Class in org.djutils.event
 
EventPubSubTest.TestIllegalEventProducer - Class in org.djutils.event
 
EventPubSubTest.TestTimedEventListener<C extends Comparable<C> & Serializable> - Class in org.djutils.event
TimedEventListener.
EventTest - Class in org.djutils.event
EventTest tests the EventType, Event, and TimedEvent.
EventTest() - Constructor for class org.djutils.event.EventTest
 
EventTest.SerializableObject - Class in org.djutils.event
Serializable object class.
EventUtilTest - Class in org.djutils.event
Test the EventProducingCollection, EventProducingList, EventProducingMap, EventProducingSet and EventIterator.
EventUtilTest() - Constructor for class org.djutils.event.EventUtilTest
 
EventUtilTest.TestEventListener - Class in org.djutils.event
 

F

fieldsGettersNormAndPhi() - Static method in class org.djutils.complex.demo.ComplexDemo
Fields, getters, norm and phi.
fileTest() - Method in class org.djutils.io.URLResourceTest
Test whether URLResource retrieves files.
finalString - Variable in class org.djutils.reflection.ClassUtilTest.Sub
 
finalString - Variable in class org.djutils.reflection.ClassUtilTest.Sup
 
fire(String) - Method in class org.djutils.demo.rmi.Producer
Fire a message.
fire(String) - Method in class org.djutils.rmi.RMITest.Producer
Fire a message.
Float128Benchmark - Class in org.djutils.float128
Float128Benchmark tests the efficiency of the Float128 class.
Float128Test - Class in org.djutils.float128
Float128Test tests the basic functions of the Float128 quadruple precision floating point variable.
Float128Test() - Constructor for class org.djutils.float128.Float128Test
 
flush() - Method in class org.djutils.logger.LoggerTest.StringWriter

G

getBoundingRectangle() - Method in class org.djutils.quadtree.Bounded
getInnerState() - Method in class org.djutils.reflection.TestClass.InnerPublic
 
getKey() - Method in class org.djutils.immutablecollections.TestImmutableEntry.MyEntry
getLastMessage() - Method in class org.djutils.rmi.RMITest.Listener
 
getListenerName() - Method in class org.djutils.demo.rmi.Listener
 
getListenerName() - Method in class org.djutils.rmi.RMITest.Listener
 
getName() - Method in class org.djutils.demo.rmi.Listener
Return the name under which the listenerInterface is registered.
getName() - Method in interface org.djutils.demo.rmi.ListenerInterface
Return the name under which the listenerInterface is registered.
getName() - Method in class org.djutils.rmi.RMITest.Listener
Return the name under which the listenerInterface is registered.
getName() - Method in interface org.djutils.rmi.RMITest.ListenerInterface
Return the name under which the listenerInterface is registered.
getName() - Method in class org.djutils.rmi.RMITest.RemoteObject
 
getReceivedEvent() - Method in class org.djutils.event.EventListenerMapTest.TestEventListener
 
getReceivedEvent() - Method in class org.djutils.event.EventPubSubTest.TestEventListener
 
getReceivedEvent() - Method in class org.djutils.event.EventPubSubTest.TestTimedEventListener
 
getReceivedEvent() - Method in class org.djutils.event.EventUtilTest.TestEventListener
 
getReceivedEvent() - Method in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteEventListener
 
getReceivedEvent() - Method in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteTimedEventListener
 
getRequiredLogEntryValues() - Method in class org.djutils.logger.LoggerTest.StringWriter
getResult() - Method in class org.djutils.logger.LoggerTest.StringWriter
Return the last logged message.
getSourceId() - Method in class org.djutils.event.EventPubSubTest.TestEventProducer
getSourceId() - Method in class org.djutils.event.EventPubSubTest.TestIllegalEventProducer
getSourceId() - Method in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteEventProducer
getState() - Method in class org.djutils.reflection.TestClass
 
getValue() - Method in class org.djutils.immutablecollections.TestImmutableEntry.MyEntry

H

hashCode() - Method in class org.djutils.rmi.RMITest.RemoteObject
hypotA(double, double) - Static method in class org.djutils.complex.demo.PerformanceTests
Implementation of hypot taken from https://stackoverflow.com/questions/3764978/why-hypot-function-is-so-slow .
hypotB(double, double) - Static method in class org.djutils.complex.demo.PerformanceTests
hypot.
hypotC(double, double) - Static method in class org.djutils.complex.demo.PerformanceTests
Better implementation of the hypotenuse function (faster and more accurate than the one in the java Math library).

I

ImmutableCollectionsDemo - Class in org.djutils.immutablecollections
Demonstration code.
init(Configuration) - Method in class org.djutils.logger.LoggerTest.StringWriter
Inner(long) - Constructor for class org.djutils.reflection.ClassUtilTest.Sub.Inner
 
InnerPublic() - Constructor for class org.djutils.reflection.TestClass.InnerPublic
 
InnerPublic(String) - Constructor for class org.djutils.reflection.TestClass.InnerPublic
 
intersects(Rectangle) - Method in class org.djutils.quadtree.Bounded
Determine if this object intersects a given Rectangle.

J

jarTest() - Method in class org.djutils.io.URLResourceTest
Test whether URLResource retrieves files.

L

Listener - Class in org.djutils.demo.rmi
Listener.java.
Listener(String) - Constructor for class org.djutils.demo.rmi.Listener
Explicit definition of constructor has to be included to be able to throws RemoteException.
Listener(String) - Constructor for class org.djutils.rmi.RMITest.Listener
Explicit definition of constructor has to be included to be able to throws RemoteException.
ListenerInterface - Interface in org.djutils.demo.rmi
ListenreInterface.java.
LogCategoryTest - Class in org.djutils.logger
LogCategoryTest.java.
LogCategoryTest() - Constructor for class org.djutils.logger.LogCategoryTest
 
loggerTest() - Method in class org.djutils.logger.LoggerTest
Test whether Logger works correctly.
LoggerTest - Class in org.djutils.logger
LoggerTest.java.
LoggerTest() - Constructor for class org.djutils.logger.LoggerTest
 
LoggerTest.StringWriter - Class in org.djutils.logger
...

M

main(String[]) - Static method in class org.djutils.complex.demo.ComplexDemo
Demonstrate the Complex class.
main(String[]) - Static method in class org.djutils.complex.demo.PerformanceTests
Measure performance of atan2, hypot, sine and cosine.
main(String[]) - Static method in class org.djutils.decoderdumper.demo.DecoderDumperDemos
Run the demonstation(s).
main(String[]) - Static method in class org.djutils.demo.rmi.Listener
 
main(String[]) - Static method in class org.djutils.demo.rmi.Producer
System.exit(...) calls help to shut down RMI / socket thread that might wait for a timeout.
main(String[]) - Static method in class org.djutils.exceptions.TryTest
Can we get our intermittent test result to show up without the JUnit test harness?
main(String[]) - Static method in class org.djutils.float128.Float128Benchmark
Benchmark the different Float128 operators and compare with regular double values.
main(String[]) - Static method in class org.djutils.immutablecollections.ImmutableCollectionsDemo
Demo code.
main(String[]) - Static method in class org.djutils.metadata.demo.MetaDataDemo
Demonstration of MetaData use.
main(String[]) - Static method in class org.djutils.polynomialroots.BenchmarkPolynomialRoots
 
mathFunctions() - Static method in class org.djutils.complex.demo.ComplexDemo
Math functions.
MeansTests - Class in org.djutils.means
Test the classes in the means package
MeansTests() - Constructor for class org.djutils.means.MeansTests
 
MetaDataDemo - Class in org.djutils.metadata.demo
MetaDataDemo.java.
MetaDataTest - Class in org.djutils.metadata
MetaDataTest.java.
MetaDataTest() - Constructor for class org.djutils.metadata.MetaDataTest
 
MyEntry(K, V) - Constructor for class org.djutils.immutablecollections.TestImmutableEntry.MyEntry
Construct a new MyEntry object.

N

notify(String) - Method in class org.djutils.demo.rmi.Listener
Notify the listener of a message.
notify(String) - Method in interface org.djutils.demo.rmi.ListenerInterface
Notify the listener of a message.
notify(String) - Method in class org.djutils.rmi.RMITest.Listener
Notify the listener of a message.
notify(String) - Method in interface org.djutils.rmi.RMITest.ListenerInterface
Notify the listener of a message.
notify(EventInterface) - Method in class org.djutils.event.EventListenerMapTest.TestEventListener
notify(EventInterface) - Method in class org.djutils.event.EventListenerMapTest.TestRemoteEventListener
notify(EventInterface) - Method in class org.djutils.event.EventPubSubTest.TestEventListener
notify(EventInterface) - Method in class org.djutils.event.EventPubSubTest.TestTimedEventListener
notify(EventInterface) - Method in class org.djutils.event.EventUtilTest.TestEventListener
notify(EventInterface) - Method in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteEventListener
notify(EventInterface) - Method in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteTimedEventListener

O

org.djutils.base - package org.djutils.base
 
org.djutils.complex - package org.djutils.complex
 
org.djutils.complex.demo - package org.djutils.complex.demo
 
org.djutils.decoderdumper - package org.djutils.decoderdumper
 
org.djutils.decoderdumper.demo - package org.djutils.decoderdumper.demo
Example code for the decoderdumper package.
org.djutils.demo.rmi - package org.djutils.demo.rmi
 
org.djutils.event - package org.djutils.event
 
org.djutils.event.remote - package org.djutils.event.remote
 
org.djutils.exceptions - package org.djutils.exceptions
 
org.djutils.float128 - package org.djutils.float128
 
org.djutils.immutablecollections - package org.djutils.immutablecollections
 
org.djutils.io - package org.djutils.io
 
org.djutils.logger - package org.djutils.logger
 
org.djutils.means - package org.djutils.means
 
org.djutils.metadata - package org.djutils.metadata
 
org.djutils.metadata.demo - package org.djutils.metadata.demo
 
org.djutils.multikeymap - package org.djutils.multikeymap
 
org.djutils.polynomialroots - package org.djutils.polynomialroots
 
org.djutils.primitives - package org.djutils.primitives
 
org.djutils.profile - package org.djutils.profile
 
org.djutils.quadtree - package org.djutils.quadtree
 
org.djutils.reflection - package org.djutils.reflection
 
org.djutils.rmi - package org.djutils.rmi
 
org.djutils.traceverifier - package org.djutils.traceverifier
 

P

packageArgs(String, double) - Method in class org.djutils.reflection.ClassUtilTest.Sub
packageArgs(String, double) - Method in class org.djutils.reflection.ClassUtilTest.Sup
 
packageDouble - Variable in class org.djutils.reflection.ClassUtilTest.Sub
 
packageDouble - Variable in class org.djutils.reflection.ClassUtilTest.Sup
 
packageInt() - Method in class org.djutils.reflection.ClassUtilTest.Sub
packageInt() - Method in class org.djutils.reflection.ClassUtilTest.Sup
 
packageVoid() - Method in class org.djutils.reflection.ClassUtilTest.Sub
packageVoid() - Method in class org.djutils.reflection.ClassUtilTest.Sup
 
PerformanceTests - Class in org.djutils.complex.demo
PerformanceTests.java.
PrimitiveTest - Class in org.djutils.primitives
The JUNIT Test for the Primitive.
PrimitiveTest() - Constructor for class org.djutils.primitives.PrimitiveTest
 
printAngle(double) - Static method in class org.djutils.base.AngleUtilTest
Format an angle.
printComplex(Complex) - Static method in class org.djutils.complex.TestComplexMath
 
Producer - Class in org.djutils.demo.rmi
Producer.java.
Producer() - Constructor for class org.djutils.demo.rmi.Producer
Register the producer on the localhost RMI registry at the default port.
Producer() - Constructor for class org.djutils.rmi.RMITest.Producer
Register the producer on the localhost RMI registry at the default port.
Producer(String, int, String) - Constructor for class org.djutils.rmi.RMITest.Producer
Register this object in the RMI registry.
Producer(URL, String) - Constructor for class org.djutils.rmi.RMITest.Producer
Register this object in the RMI registry.
PRODUCER_EVENT_1 - Static variable in class org.djutils.event.EventPubSubTest.TestEventProducer
 
PRODUCER_EVENT_1 - Static variable in class org.djutils.event.EventPubSubTest.TestIllegalEventProducer
 
PRODUCER_EVENT_2 - Static variable in class org.djutils.event.EventPubSubTest.TestEventProducer
 
PRODUCER_EVENT_2 - Static variable in class org.djutils.event.EventPubSubTest.TestIllegalEventProducer
duplicate static non-private EventType should give error on class construction.
ProducerInterface - Interface in org.djutils.demo.rmi
ProducerInterface.java.
ProfileTest - Class in org.djutils.profile
Test the Profile class.
ProfileTest() - Constructor for class org.djutils.profile.ProfileTest
 
profileTestUsingBusyWaiting() - Method in class org.djutils.profile.ProfileTest
Test the Profile class using busy waiting.
profileTestUsingTrigFunctions() - Method in class org.djutils.profile.ProfileTest
Test the Profile class using sine and cosine.
protectedArgs(String, double) - Method in class org.djutils.reflection.ClassUtilTest.Sub
protectedArgs(String, double) - Method in class org.djutils.reflection.ClassUtilTest.Sup
 
protectedInt() - Method in class org.djutils.reflection.ClassUtilTest.Sub
protectedInt() - Method in class org.djutils.reflection.ClassUtilTest.Sup
 
protectedLong - Variable in class org.djutils.reflection.ClassUtilTest.Sub
 
protectedLong - Variable in class org.djutils.reflection.ClassUtilTest.Sup
 
protectedVoid() - Method in class org.djutils.reflection.ClassUtilTest.Sub
protectedVoid() - Method in class org.djutils.reflection.ClassUtilTest.Sup
 
publicArgs(String) - Method in class org.djutils.reflection.ClassUtilTest.Sub
 
publicArgs(String, double) - Method in class org.djutils.reflection.ClassUtilTest.Sub
publicArgs(String, double) - Method in class org.djutils.reflection.ClassUtilTest.Sup
 
publicInnerLong - Variable in class org.djutils.reflection.ClassUtilTest.Sub.Inner
 
publicInnerMethod(long) - Method in class org.djutils.reflection.ClassUtilTest.Sub.Inner
 
publicInt - Variable in class org.djutils.reflection.ClassUtilTest.Sub
 
publicInt - Variable in class org.djutils.reflection.ClassUtilTest.Sup
 
publicInt() - Method in class org.djutils.reflection.ClassUtilTest.Sub
publicInt() - Method in class org.djutils.reflection.ClassUtilTest.Sup
 
publicSubInt - Variable in class org.djutils.reflection.ClassUtilTest.Sup
 
publicSuperInt - Variable in class org.djutils.reflection.ClassUtilTest.Sub
 
publicVoid() - Method in class org.djutils.reflection.ClassUtilTest.Sub
publicVoid() - Method in class org.djutils.reflection.ClassUtilTest.Sup
 

Q

quadraticTest() - Static method in class org.djutils.polynomialroots.BenchmarkPolynomialRoots
Test the solver for quadratic (and simpler) cases and ensure that the cubic solver falls back to the quadratic solver when appropriate.
quadraticTest() - Method in class org.djutils.polynomialroots.TestPolynomialRoots
Test the solver for quadratic (and simpler) cases and ensure that the cubic solver falls back to the quadratic solver when appropriate.
quadraticTest() - Method in class org.djutils.polynomialroots.TestPolynomialRoots2
Test the solver for quadratic (and simpler) cases and ensure that the cubic solver falls back to the quadratic solver when appropriate.
QuadTreeTests - Class in org.djutils.quadtree
QuadTreeTests.java.
QuadTreeTests() - Constructor for class org.djutils.quadtree.QuadTreeTests
 
quarticTest() - Static method in class org.djutils.polynomialroots.BenchmarkPolynomialRoots
Test the quartic solver.
quarticTest() - Method in class org.djutils.polynomialroots.TestPolynomialRoots
Test the quartic solver.
quarticTestAberthEhrlich() - Static method in class org.djutils.polynomialroots.BenchmarkPolynomialRoots
Test the quartic solver.
quarticTestAberthEhrlich() - Method in class org.djutils.polynomialroots.TestPolynomialRoots2
Test the quartic solver.
quarticTestDurandKerner() - Static method in class org.djutils.polynomialroots.BenchmarkPolynomialRoots
Test the quartic solver.
quarticTestDurandKerner() - Method in class org.djutils.polynomialroots.TestPolynomialRoots2
Test the quartic solver.

R

REMOTE_EVENT_1 - Static variable in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteEventProducer
 
REMOTE_EVENT_2 - Static variable in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteEventProducer
 
RemoteEventPubSubTest - Class in org.djutils.event.remote
RemoteEventTest makes some very basic tests for the RemoteEventListener and RemoteEventProducer.
RemoteEventPubSubTest() - Constructor for class org.djutils.event.remote.RemoteEventPubSubTest
 
RemoteEventPubSubTest.TestRemoteEventListener - Class in org.djutils.event.remote
 
RemoteEventPubSubTest.TestRemoteEventProducer - Class in org.djutils.event.remote
 
RemoteEventPubSubTest.TestRemoteTimedEventListener<C extends Comparable<C> & Serializable> - Class in org.djutils.event.remote
RemoteTimedEventListener.
RemoteObject(String) - Constructor for class org.djutils.rmi.RMITest.RemoteObject
Name a remote object.
resourceAsStreamTest() - Method in class org.djutils.io.URLResourceTest
Test whether URLResource retrieves files.
resourceTest() - Method in class org.djutils.io.URLResourceTest
Test whether URLResource retrieves files.
RMITest - Class in org.djutils.rmi
RMITest tests the RMIUtils class and the RMIObject class.
RMITest() - Constructor for class org.djutils.rmi.RMITest
 
RMITest.Listener - Class in org.djutils.rmi
Listener object.
RMITest.ListenerInterface - Interface in org.djutils.rmi
ListenerInterface for remote listener object.
RMITest.Producer - Class in org.djutils.rmi
Producer object.
RMITest.ProducerInterface - Interface in org.djutils.rmi
producerInterface for remote producer object.
RMITest.RemoteObject - Class in org.djutils.rmi
A test remote object.

S

SerializableObject() - Constructor for class org.djutils.event.EventTest.SerializableObject
 
setExpectedObject(Object) - Method in class org.djutils.event.EventListenerMapTest.TestEventListener
 
setExpectedObject(Object) - Method in class org.djutils.event.EventPubSubTest.TestEventListener
 
setExpectedObject(Object) - Method in class org.djutils.event.EventPubSubTest.TestTimedEventListener
 
setExpectedObject(Object) - Method in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteEventListener
 
setExpectedObject(Object) - Method in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteTimedEventListener
 
setExpectingNotification(boolean) - Method in class org.djutils.event.EventListenerMapTest.TestEventListener
 
setExpectingNotification(boolean) - Method in class org.djutils.event.EventPubSubTest.TestEventListener
 
setExpectingNotification(boolean) - Method in class org.djutils.event.EventPubSubTest.TestTimedEventListener
 
setExpectingNotification(boolean) - Method in class org.djutils.event.EventUtilTest.TestEventListener
 
setExpectingNotification(boolean) - Method in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteEventListener
 
setExpectingNotification(boolean) - Method in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteTimedEventListener
 
setLastMessage(String) - Method in class org.djutils.rmi.RMITest.Listener
 
setResult(String) - Method in class org.djutils.exceptions.TryTest
setter for the value to be called from execute() method.
setValue(V) - Method in class org.djutils.immutablecollections.TestImmutableEntry.MyEntry
startOnly() - Method in class org.djutils.profile.ProfileTest
Calls start, but not end.
staticFinalString - Static variable in class org.djutils.reflection.ClassUtilTest.Sub
 
staticFinalString - Static variable in class org.djutils.reflection.ClassUtilTest.Sup
 
StringWriter() - Constructor for class org.djutils.logger.LoggerTest.StringWriter
 
Sub(String, int) - Constructor for class org.djutils.reflection.ClassUtilTest.Sub
 
Sub(String, int, double) - Constructor for class org.djutils.reflection.ClassUtilTest.Sub
 
sum - Variable in class org.djutils.immutablecollections.TestImmutableList
Accumulator for forEach test.
Sup(String, int) - Constructor for class org.djutils.reflection.ClassUtilTest.Sup
 
Sup(String, int, double) - Constructor for class org.djutils.reflection.ClassUtilTest.Sup
 

T

test() - Method in class org.djutils.primitives.PrimitiveTest
Test most of the Primitive class.
testAllLogLevels() - Method in class org.djutils.logger.LoggerTest
Test varying the logging level for the AllLogLevel levels.
testAllLogMessageFormat() - Method in class org.djutils.logger.LoggerTest
Test varying the default message format for all writers.
testAngleEpsilonEquals() - Method in class org.djutils.base.AngleUtilTest
Test angle epsilonEquals.
testAngleInterpolate() - Method in class org.djutils.base.AngleUtilTest
Test angle interpolation.
testAngleNormalization() - Method in class org.djutils.base.AngleUtilTest
Test angle normalization.
testArrayList() - Method in class org.djutils.immutablecollections.TestImmutableArrayList
Test the ImmutableArrayList.
testAsinAcosAtan() - Method in class org.djutils.complex.TestComplexMath
Test the asin, acos and atan functions.
testAsinh() - Method in class org.djutils.complex.TestComplexMath
Test the asinh function.
testBase64Dumper() - Method in class org.djutils.decoderdumper.DecoderDumperTests
Test the Base64 decoder and dumper classes.
testBasics() - Method in class org.djutils.quadtree.QuadTreeTests
Test the basic set operations.
testCast() - Method in class org.djutils.primitives.PrimitiveTest
Test the cast methods.
testCbrt() - Method in class org.djutils.complex.TestComplexMath
Test the cube root function.
TestClass - Class in org.djutils.reflection
Test class to find in ClassUtil.classFileDescriptor.
TestClass() - Constructor for class org.djutils.reflection.TestClass
Test class to find in ClassUtil.classFileDescriptor.
TestClass(String) - Constructor for class org.djutils.reflection.TestClass
 
TestClass.InnerPublic - Class in org.djutils.reflection
 
testClassUtilAnnotation() - Method in class org.djutils.reflection.ClassUtilTest
Tests the ClassUtil Annotation lookup methods.
testClassUtilClass() - Method in class org.djutils.reflection.ClassUtilTest
 
testClassUtilConstructor() - Method in class org.djutils.reflection.ClassUtilTest
Tests the ClassUtil Constructor lookup methods.
testClassUtilConstructors() - Method in class org.djutils.reflection.ClassUtilTest
Tests the ClassUtil Constructors.
testClassUtilField() - Method in class org.djutils.reflection.ClassUtilTest
Tests the ClassUtil Field lookup methods.
testClassUtilMethod() - Method in class org.djutils.reflection.ClassUtilTest
Tests the ClassUtil Method lookup methods.
testComparator() - Method in class org.djutils.immutablecollections.TestImmutableTreeSet
Test the comparator of the ImmutableTreeSet.
TestComplex - Class in org.djutils.complex
TestComplex.java.
TestComplex() - Constructor for class org.djutils.complex.TestComplex
 
TestComplexMath - Class in org.djutils.complex
TestComplexMath.java.
TestComplexMath() - Constructor for class org.djutils.complex.TestComplexMath
 
testConstants() - Method in class org.djutils.complex.TestComplex
Test the constants defined by the Complex class.
testConstruction() - Method in class org.djutils.float128.Float128Test
Test the construction of the Float128 and conversion to and from doubles.
testConstructors() - Method in class org.djutils.complex.TestComplex
Test the various constructors of Complex.
testDir - Variable in class org.djutils.traceverifier.TraceVerifierTest
Temporary directory that should be deleted by Junit at end of test.
testEmptyConstructors() - Method in class org.djutils.immutablecollections.TestImmutableCollectionStatics
Test the empty constructors.
testEvent() - Method in class org.djutils.event.EventTest
Test the Event.
TestEventListener() - Constructor for class org.djutils.event.EventListenerMapTest.TestEventListener
 
TestEventListener() - Constructor for class org.djutils.event.EventPubSubTest.TestEventListener
 
TestEventListener() - Constructor for class org.djutils.event.EventUtilTest.TestEventListener
 
testEventListenerMap() - Method in class org.djutils.event.EventListenerMapTest
Test the EventListenerMap.
TestEventProducer() - Constructor for class org.djutils.event.EventPubSubTest.TestEventProducer
 
testEventProducerWeakRemoval() - Method in class org.djutils.event.EventPubSubTest
Test the EventProducer for a weak reference that is removed by the garbage collector.
testEventProducerWeakRemoval() - Method in class org.djutils.event.remote.RemoteEventPubSubTest
Test the EventProducer for a weak reference that is removed by the garbage collector.
testEventProducingCollection() - Method in class org.djutils.event.EventUtilTest
Test the EventProducingCollection.
testEventProducingList() - Method in class org.djutils.event.EventUtilTest
Test the EventProducingList.
testEventProducingMap() - Method in class org.djutils.event.EventUtilTest
Test the EventProducingMap.
testEventProducingSet() - Method in class org.djutils.event.EventUtilTest
Test the EventProducingSet.
testEventPubSub() - Method in class org.djutils.event.EventPubSubTest
Test the EventProducer and EventListener.
testEventStrongWeakPos() - Method in class org.djutils.event.EventPubSubTest
Test the EventProducer for strong and weak references, and for position information.
testEventStrongWeakPos() - Method in class org.djutils.event.remote.RemoteEventPubSubTest
Test the EventProducer for strong and weak references, and for position information.
testEventType() - Method in class org.djutils.event.EventTest
Test the EventType.
testEventVerificationPubSub() - Method in class org.djutils.event.EventPubSubTest
Test the EventProducer and EventListener for verified / unverified events.
testExp() - Method in class org.djutils.complex.TestComplexMath
Test the exponential function.
testFailureModes() - Method in class org.djutils.profile.ProfileTest
Test handling of inappropriate calling sequences.
testField(Class<?>, String, int...) - Method in class org.djutils.reflection.ClassUtilTest
 
testField(Object, String, int...) - Method in class org.djutils.reflection.ClassUtilTest
 
testFieldSignature() - Method in class org.djutils.reflection.ClassUtilTest
Test the constructors and fields of the FieldSignature class.
testFilterOnCategories() - Method in class org.djutils.logger.LoggerTest
Filter with multiple categories.
testHashMap() - Method in class org.djutils.immutablecollections.TestImmutableHashMap
...
testHashSet() - Method in class org.djutils.immutablecollections.TestImmutableHashSet
...
testHexDumper() - Method in class org.djutils.decoderdumper.DecoderDumperTests
Test the Hex decoder and dumper classes.
testHypot() - Method in class org.djutils.complex.TestComplex
Test the hypot method.
testIllegalEventProducer() - Method in class org.djutils.event.EventPubSubTest
Test the EventProducer and EventListener for two events with the same name being equal...
TestIllegalEventProducer() - Constructor for class org.djutils.event.EventPubSubTest.TestIllegalEventProducer
 
testImmutable() - Method in class org.djutils.immutablecollections.TestImmutable
Test the methods of the enum Immutable.
TestImmutable - Class in org.djutils.immutablecollections
Test the enum Immutable.
TestImmutable() - Constructor for class org.djutils.immutablecollections.TestImmutable
 
TestImmutableArrayList - Class in org.djutils.immutablecollections
TestImmutableArrayList.java.
TestImmutableArrayList() - Constructor for class org.djutils.immutablecollections.TestImmutableArrayList
 
TestImmutableCollectionStatics - Class in org.djutils.immutablecollections
Copyright (c) 2013-2021 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
TestImmutableCollectionStatics() - Constructor for class org.djutils.immutablecollections.TestImmutableCollectionStatics
 
testImmutableEntry() - Method in class org.djutils.immutablecollections.TestImmutableEntry
Test the ImmutableEntry sub class.
TestImmutableEntry - Class in org.djutils.immutablecollections
Test the ImmutableEntry sub class.
TestImmutableEntry() - Constructor for class org.djutils.immutablecollections.TestImmutableEntry
 
TestImmutableEntry.MyEntry<K,​V> - Class in org.djutils.immutablecollections
Simple implementation of Entry interface.
TestImmutableHashMap - Class in org.djutils.immutablecollections
TestImmutableHashMap.java.
TestImmutableHashMap() - Constructor for class org.djutils.immutablecollections.TestImmutableHashMap
 
testImmutableHashSet() - Method in class org.djutils.immutablecollections.TestImmutableList
Test the ImmutableHashMap class.
TestImmutableHashSet - Class in org.djutils.immutablecollections
TestImmutableHashSet.java.
TestImmutableHashSet() - Constructor for class org.djutils.immutablecollections.TestImmutableHashSet
 
testImmutableLinkedHashMap() - Method in class org.djutils.immutablecollections.TestImmutableLinkedHashMap
...
TestImmutableLinkedHashMap - Class in org.djutils.immutablecollections
TestImmutableLinkedHashMap.java.
TestImmutableLinkedHashMap() - Constructor for class org.djutils.immutablecollections.TestImmutableLinkedHashMap
 
TestImmutableLinkedHashSet - Class in org.djutils.immutablecollections
TestImmutableLinkedHashSet.java.
TestImmutableLinkedHashSet() - Constructor for class org.djutils.immutablecollections.TestImmutableLinkedHashSet
 
testImmutableList() - Method in class org.djutils.immutablecollections.TestImmutableList
Test the immutable list class.
TestImmutableList - Class in org.djutils.immutablecollections
Test immutable list.
TestImmutableList() - Constructor for class org.djutils.immutablecollections.TestImmutableList
 
TestImmutableMap - Class in org.djutils.immutablecollections
TestImmutableMap tests the static of() methods of the ImmutableMap.
TestImmutableMap() - Constructor for class org.djutils.immutablecollections.TestImmutableMap
 
TestImmutableSet - Class in org.djutils.immutablecollections
TestImmutableSet tests the static of() methods of the ImmutableSet.
TestImmutableSet() - Constructor for class org.djutils.immutablecollections.TestImmutableSet
 
TestImmutableSortedMap - Class in org.djutils.immutablecollections
TestImmutableSortedMap tests the static of() methods of the ImmutableSortedMap.
TestImmutableSortedMap() - Constructor for class org.djutils.immutablecollections.TestImmutableSortedMap
 
TestImmutableSortedSet - Class in org.djutils.immutablecollections
TestImmutableSortedSet tests the static of() methods of the ImmutableSortedSet.
TestImmutableSortedSet() - Constructor for class org.djutils.immutablecollections.TestImmutableSortedSet
 
TestImmutableTreeMap - Class in org.djutils.immutablecollections
TestImmutableTreeMap.java.
TestImmutableTreeMap() - Constructor for class org.djutils.immutablecollections.TestImmutableTreeMap
 
TestImmutableTreeSet - Class in org.djutils.immutablecollections
TestImmutableTreeSet.java.
TestImmutableTreeSet() - Constructor for class org.djutils.immutablecollections.TestImmutableTreeSet
 
TestImmutableVector - Class in org.djutils.immutablecollections
TestImmutableVector.java.
TestImmutableVector() - Constructor for class org.djutils.immutablecollections.TestImmutableVector
 
testInterpolateShortest() - Method in class org.djutils.base.AngleUtilTest
Test the interpolateShortest method.
testLinkedHashSet() - Method in class org.djutils.immutablecollections.TestImmutableLinkedHashSet
...
testLog() - Method in class org.djutils.complex.TestComplexMath
Test the natural logarithm function.
testLogCategory() - Method in class org.djutils.logger.LogCategoryTest
Test the LogCategory.
testMapEqualsAndHashCode() - Method in class org.djutils.immutablecollections.TestImmutableHashMap
Test most of the equals and hashCode methods and the forEach method of the ImmutableAbstractMap class.
testMeansWithUnityWeights() - Method in class org.djutils.means.MeansTests
Test the Mean classes using unity weights.
testMeansWithWeights() - Method in class org.djutils.means.MeansTests
Test the Mean classes using varying weights.
testMetaData() - Method in class org.djutils.metadata.MetaDataTest
Test the MetaData class.
testMethod(Class<?>, String, Class<?>[], int...) - Method in class org.djutils.reflection.ClassUtilTest
 
testMethod(Object, String, Class<?>[], int...) - Method in class org.djutils.reflection.ClassUtilTest
 
testMethod(Object, String, Object[], int...) - Method in class org.djutils.reflection.ClassUtilTest
 
testMethodSignature() - Method in class org.djutils.reflection.ClassUtilTest
Test the constructors and fields of the MethodSignature class.
testMultiKeyMap() - Method in class org.djutils.multikeymap.TestMultiKeyMap
Test the MultiKeyMap class.
TestMultiKeyMap - Class in org.djutils.multikeymap
Test the MultiKeyMap class.
TestMultiKeyMap() - Constructor for class org.djutils.multikeymap.TestMultiKeyMap
 
testNoMetaData() - Method in class org.djutils.event.EventTest
Test the NO_META_DATA object.
testNoName() - Method in class org.djutils.event.EventTest
Test the constructor without a name.
testObjectArray() - Static method in class org.djutils.metadata.demo.MetaDataDemo
MetaData demo using array of Object.
testObjectDescriptor() - Method in class org.djutils.metadata.MetaDataTest
Test the ObjectDescriptor class.
testOf() - Method in class org.djutils.immutablecollections.TestImmutableList
test the of() methods.
testOf() - Method in class org.djutils.immutablecollections.TestImmutableMap
test the of() methods.
testOf() - Method in class org.djutils.immutablecollections.TestImmutableSet
test the of() methods.
testOf() - Method in class org.djutils.immutablecollections.TestImmutableSortedMap
test the of() methods.
testOf() - Method in class org.djutils.immutablecollections.TestImmutableSortedSet
test the of() methods.
testOperations() - Method in class org.djutils.complex.TestComplex
Test the methods.
testOthers() - Method in class org.djutils.complex.TestComplex
Test other methods.
testPlus() - Method in class org.djutils.float128.Float128Test
Test the plus operator of the Float128 and conversion to and from doubles.
TestPolynomialRoots - Class in org.djutils.polynomialroots
TestPolynomialRoots.java.
TestPolynomialRoots() - Constructor for class org.djutils.polynomialroots.TestPolynomialRoots
 
TestPolynomialRoots2 - Class in org.djutils.polynomialroots
TestPolynomialRoots2.java.
TestPolynomialRoots2() - Constructor for class org.djutils.polynomialroots.TestPolynomialRoots2
 
testPrimitiveAssignable() - Method in class org.djutils.primitives.PrimitiveTest
test the isPrimitiveAssignable method.
TestRemoteEventListener() - Constructor for class org.djutils.event.EventListenerMapTest.TestRemoteEventListener
 
TestRemoteEventListener(String) - Constructor for class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteEventListener
 
testRemoteEventListenerProducer() - Method in class org.djutils.event.remote.RemoteEventPubSubTest
Test the construction of the RemoteEventListsner and RemoteEventProducer.
TestRemoteEventProducer() - Constructor for class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteEventProducer
Construct a RemoteEventProducer.
testRemoteEventVerificationPubSub() - Method in class org.djutils.event.remote.RemoteEventPubSubTest
Test the RemoteEventProducer and RemoteEventListener for verified / unverified events.
TestRemoteTimedEventListener(String) - Constructor for class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteTimedEventListener
 
testRemoteTimedEventVerificationPubSub() - Method in class org.djutils.event.remote.RemoteEventPubSubTest
Test the RemoteEventProducer and RemoteTimedEventListener for verified / unverified events.
testRMIObject() - Method in class org.djutils.rmi.RMITest
Test the RMIObject class, and test the RMI communication between objects.
testRMIRegistry() - Method in class org.djutils.rmi.RMITest
Test the RMI utilities for creating and destroying an RMI registry.
testRMIRegistryLocalHost() - Method in class org.djutils.rmi.RMITest
Test the creation of the RMIRegistry on several versions of localhost (as IP address, using the name, using 127.0.0.1, and using the localhst string).
testSearchers() - Method in class org.djutils.immutablecollections.TestImmutableCollectionStatics
Test the various methods that return an index.
testSinCosTan() - Method in class org.djutils.complex.TestComplexMath
Test the sine, cosine and tangent functions.
testSingleLong() - Static method in class org.djutils.metadata.demo.MetaDataDemo
Single object meta data that only permits a Long.
testSinhCoshTanH() - Method in class org.djutils.complex.TestComplexMath
Test the sinh, cosh, tanh functions.
testSqrt() - Method in class org.djutils.complex.TestComplexMath
Test the square root function.
testThrow() - Method in class org.djutils.exceptions.ThrowTest
Test the Throw class.
testTimedEvent() - Method in class org.djutils.event.EventTest
Test the TimedEvent.
TestTimedEventListener() - Constructor for class org.djutils.event.EventPubSubTest.TestTimedEventListener
 
testTimedEventPubSub() - Method in class org.djutils.event.EventPubSubTest
Test the EventProducer and EventListener for TimedEvents.
testTimedEventVerificationPubSub() - Method in class org.djutils.event.EventPubSubTest
Test the EventProducer and EventListener for verified / unverified timed events.
testTimedRemoteEventListenerProducer() - Method in class org.djutils.event.remote.RemoteEventPubSubTest
Test the construction of the RemoteEventListsner and RemoteEventProducer.
testToClass() - Method in class org.djutils.reflection.ClassUtilTest
Test the toClass method of the FieldSignature class.
testToDescriptor() - Method in class org.djutils.reflection.ClassUtilTest
Test the toDescriptor method of the FieldSignature class.
testTraceVerifier() - Method in class org.djutils.traceverifier.TraceVerifierTest
Test the TraceVerifier class.
testTreeMap() - Method in class org.djutils.immutablecollections.TestImmutableTreeMap
...
testTreeSet() - Method in class org.djutils.immutablecollections.TestImmutableTreeSet
Test the tree set.
testVector() - Method in class org.djutils.immutablecollections.TestImmutableVector
Test vectors.
testWriterLogLevels() - Method in class org.djutils.logger.LoggerTest
Test varying the logging level per writer, when AllLogLevels is different.
testWriterLogMessageFormat() - Method in class org.djutils.logger.LoggerTest
Test varying the message format for individual writers.
ThrowTest - Class in org.djutils.exceptions
The JUNIT Test for Throw class.
ThrowTest() - Constructor for class org.djutils.exceptions.ThrowTest
 
TIMED_REMOTE_EVENT_1 - Static variable in class org.djutils.event.remote.RemoteEventPubSubTest.TestRemoteEventProducer
 
toString() - Method in class org.djutils.immutablecollections.TestImmutableEntry.MyEntry
toString() - Method in class org.djutils.quadtree.Bounded
TraceVerifierTest - Class in org.djutils.traceverifier
Test the TraceVerifier class.
TraceVerifierTest() - Constructor for class org.djutils.traceverifier.TraceVerifierTest
 
tryAssignTest() - Method in class org.djutils.exceptions.TryTest
Test the assign methods in the Try class.
tryExecuteTest() - Method in class org.djutils.exceptions.TryTest
Test the execute methods in the Try class.
trySucceedFailTestAssign() - Method in class org.djutils.exceptions.TryTest
Test the fail / succeed methods in the Try class using assignments.
trySucceedFailTestExecute() - Method in class org.djutils.exceptions.TryTest
Test the fail / succeed methods in the Try class using executions.
TryTest - Class in org.djutils.exceptions
Test the methods in the Try class.
TryTest() - Constructor for class org.djutils.exceptions.TryTest
 

U

URLResourceTest - Class in org.djutils.io
URLResourceTest.java.
URLResourceTest() - Constructor for class org.djutils.io.URLResourceTest
 

V

value - Variable in class org.djutils.exceptions.TryTest
value to test for change by execute() method.
value() - Method in annotation type org.djutils.reflection.ClassUtilTest.AnnString
 

W

write(LogEntry) - Method in class org.djutils.logger.LoggerTest.StringWriter
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages