Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Ij Classes and Interfaces - 124 results found.
NameDescriptionTypePackageFramework
HijrahChronologyThe Hijrah calendar is a lunar calendar supporting Islamic calendars.Classjava.time.chronoJava SE
HijrahDateA date in the Hijrah calendar system.Classjava.time.chronoJava SE
HijrahEraAn era in the Hijrah calendar system.Classjava.time.chronoJava SE
RMIJRMPServerImplAn RMIServer object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP.Classjavax.management.remote.rmiJava SE
JndiJmsLogAppenderA JMS 1.Classorg.apache.activemq.utilApache ActiveMQ
DijkstraShortestPathAn implementation of Dijkstra's shortest path algorithm using ClosestFirstIterator.Classorg.jgrapht.algJGraph
DijkstraDistanceCalculates distances in a specified graph, using Dijkstra's single-source-shortest-path algorithm.Classedu.uci.ics.jung.algorithms.shortestpathSourceForge Jung
DijkstraDistance .VertexComparatorCompares according to distances, so that the BinaryHeap knows how to protected DijkstraDistance.Classedu.uci.ics.jung.algorithms.shortestpath.DijkstraDistanceSourceForge Jung
DijkstraShortestPathCalculates distances and shortest paths using Dijkstra's single-source-shortest-path algorithm.Classedu.uci.ics.jung.algorithms.shortestpathSourceForge Jung
ANSIJoinFragmentFields inherited from class org.Classorg.hibernate.sqlHibernate ORM
EnumerableSemiJoin enumerable calling convention.Classorg.apache.calcite.adapter.enumerableCalcite
EquiJoinBase class for any join whose condition is based on column equality.Classorg.apache.calcite.rel.coreCalcite
EquiJoinBase class for any join whose condition is based on column equality.Classorg.apache.calcite.rel.rulesCalcite
FilterMultiJoinMergeRulePlanner rule that merges a creating a richer MultiJoin.Classorg.apache.calcite.rel.rulesCalcite
JoinAddRedundantSemiJoinRuleRule to add a semi-join into a join.Classorg.apache.calcite.rel.rulesCalcite
JoinToMultiJoinRulePlanner rule to flatten a tree of into a single MultiJoin with N inputs.Classorg.apache.calcite.rel.rulesCalcite
LoptMultiJoinUtility class that keeps track of the join factors that make up a MultiJoin.Classorg.apache.calcite.rel.rulesCalcite
LoptSemiJoinOptimizer semi-joins to be used in processing joins in a query.Classorg.apache.calcite.rel.rulesCalcite
MultiJoinA MultiJoin represents a join of N inputs, whereas regular Joins represent strictly binary joins.Classorg.apache.calcite.rel.rulesCalcite
MultiJoinOptimizeBushyRulePlanner rule that finds an approximately optimal ordering for join operators using a heuristic algorithm.Classorg.apache.calcite.rel.rulesCalcite
MultiJoinProjectTransposeRuleMultiJoinProjectTransposeRule implements the rule for pulling LogicalProjects that are on top of aClassorg.apache.calcite.rel.rulesCalcite
ProjectMultiJoinMergeRulePlanner rule that pushes creating a richer MultiJoin.Classorg.apache.calcite.rel.rulesCalcite
RelFactories .SemiJoinFactoryInterfaceorg.apache.calcite.rel.core.RelFactoriesCalcite
SemiJoinRelational expression that joins two relational expressions according to some condition, but outputs only columns from the left input, and eliminatesClassorg.apache.calcite.rel.coreCalcite
SemiJoinFilterTransposeRulePlanner rule that pushes SemiJoins down in a tree pastClassorg.apache.calcite.rel.rulesCalcite
SemiJoinJoinTransposeRulePlanner rule that pushes a SemiJoin down in a tree past a JoinClassorg.apache.calcite.rel.rulesCalcite
SemiJoinProjectTransposeRulePlanner rule that pushes a SemiJoin down in a tree pastClassorg.apache.calcite.rel.rulesCalcite
SemiJoinRemoveRulePlanner rule that removes a SemiJoins It is invoked after attempts have been made to convert a SemiJoin to anClassorg.apache.calcite.rel.rulesCalcite
SemiJoinRuleClassorg.apache.calcite.rel.rulesCalcite
SemiJoinTypeEnumeration representing different join types used in correlationEnum Constant SummaryClassorg.apache.calcite.sqlCalcite
IJDBCActionInterfaceorg.openxava.actionsOpen Xava
IJDBCCalculatorInterfaceorg.openxava.calculatorsOpen Xava
HiveJoinToMultiJoinRuleRule that merges a join with multijoin/join children if the equi compared the same set of input columns.Classorg.apache.hadoop.hive.ql.optimizer.calcite.rulesApache Hive
UiJspLookupAnnotates the value returned by the field should belong to the set returned by the given ELAuthor:Richard KennardClassorg.metawidget.inspector.jspMetaWidget
IJsrMethodIndicate that partial message support is desiredStringgetFullyQualifiedMethodName()Interfaceorg.eclipse.jetty.websocket.jsr356.annotationsJetty
IJsrParamIdJSR-356 Parameter Identification processing.Interfaceorg.eclipse.jetty.websocket.jsr356.annotationsJetty
WADIJettyClusteringBuilderClassorg.apache.geronimo.jetty6.cluster.wadi.builderApache Geronimo
BijectionInterceptorBefore invoking the component, inject all dependencies.Classorg.jboss.seam.coreJBoss Seam
Component .BijectedAttributeInterfaceorg.jboss.seam.ComponentJBoss Seam
DijkstraShortestPathClassedu.stanford.nlp.graphStanford Parser
JndiJmxLink between JNDI and JMX.Classorg.apache.commons.modelerApache Commons
OSGiJaxwsEndpointManagerClassorg.apache.cxf.wsn.servicesApache CXF
EquiJoinEquiJoin implements an equi join condition.Classorg.apache.jackrabbit.core.query.lucene.joinApache JackRabbit
EquiJoinConditionImplEquiJoinConditionImpl.Classorg.apache.jackrabbit.spi.commons.query.qomApache JackRabbit
EquiJoinConditionTestClassorg.apache.jackrabbit.test.api.query.qomApache JackRabbit
OSQLFunctionDijkstraDijkstra's algorithm describes how to find the cheapest path from one node to another node in a directed weighted graph.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
DijkstraShortestPathClassedu.stanford.nlp.graphJavaNlp
DijkstraIteratorIterates over the nodes of a graph in pattern using Dijkstra's Shortest Path Algorithm.Classorg.geotools.graph.traverse.standardGeoTools
DijkstraIterator .DijkstraNodeInternal data structure used to track node costs, and parent nodes.Classorg.geotools.graph.traverse.standard.DijkstraIteratorGeoTools
DijkstraIterator .EdgeWeighterSupplies a weight for each edge in the graph to be used by the iteration when calculating node costs.Interfaceorg.geotools.graph.traverse.standard.DijkstraIteratorGeoTools
DijkstraIterator .NodeWeighterSupplies a weight for each pair of adjacent edges.Interfaceorg.geotools.graph.traverse.standard.DijkstraIteratorGeoTools
DijkstraShortestPathFinderCalculates node paths in a graph using Dijkstra's Shortest Path Algorithm.Classorg.geotools.graph.pathGeoTools
DirectedDijkstraIteratorClassorg.geotools.graph.traverse.standardGeoTools
BIJfftThis class implements a one-dimensional real->complex fast fourier transform Copyright (c) 1999-2004, Michael Abramoff.ClassbijnumFiji
BIJfhtThis class implements the fast Hartley transform on matrices and vectors (real float matrices).ClassbijnumFiji
BIJfitThis class implements useful linear and polynomial regression Press, Flannery, Teukolsky, Vetterling, Numerical Recipes in C 2nd ed, Cambridge University Press, 1986ClassbijnumFiji
BIJfunctionsThis class implements useful numerical functions from Press, Flannery, Teukolsky, Vetterling, Numerical Recipes in C 2nd ed, Cambridge University Press, 1986ClassbijnumFiji
BIJgifa Does a maximization of images with maximum signal power and signal to noise ratio.ClassbijnumFiji
BIJJacobiThis class implements the jacobi function as a Java class.ClassbijnumFiji
BIJknnk Nearest Neighborhood (brute-force) implementation.ClassbijnumFiji
BIJmatrix eigenvectors and others.ClassbijnumFiji
BIJmiMutual infromation processing routines.ClassbijnumFiji
BIJpcaPrincipal component analysis (PCA) on 2-D sequences (ie.ClassbijnumFiji
BIJpowellThis class implements Powell's multidimensional optimization.ClassbijnumFiji
BIJShortMatrix Simplified subset of BIJmatrix.ClassbijnumFiji
BIJstatsBIJ statistical methods inherited from MatLab.ClassbijnumFiji
BIJtransformThis class implements static transformation matrix operations for 2-D and 3-D transformation matrices.ClassbijnumFiji
BIJutilUtilities to link BIJ things to ImageJ.ClassbijnumFiji
DefaultFijiServiceThe default initializer for the Fiji legacy application.ClassfijiFiji
ExportStatsToIJActionClassfiji.plugin.trackmate.actionFiji
ExportStatsToIJAction .FactoryClassfiji.plugin.trackmate.action.ExportStatsToIJActionFiji
Fiji_ArchipelagoClassedu.utexas.clm.archipelagoFiji
FijiAppConfigurationClassfiji.patchesFiji
FijiArchipelagoClassedu.utexas.clm.archipelagoFiji
FijiClassLoaderSpecial class loader for ImageJ 1.ClassfijiFiji
FijiServiceCommon Fiji initialization.InterfacefijiFiji
FijiToolsClassfijiFiji
IJ1LogServiceA log service adapter for ImageJ 1.ClassfijiFiji
IJ1PatcherPatch ij.ClassfijiFiji
IJ1StatusServiceA status service adapter for ImageJ 1.ClassfijiFiji
IJ_Alt_Key_ListenerClassfijiFiji
IJ_RobotClassFiji
IJAdapterClassij3dFiji
IJErrorA class to easily show the stack trace of an error in different operating systems.Classini.trakem2.utilsFiji
IJEventMulticasterMulticaster for events special to ImageJ Example how to implement an object, which fires DisplayChangeEvents using theClassFiji
IJLoggerClassedu.utexas.clm.archipelago.utilFiji
IJPopupLoggerClassedu.utexas.clm.archipelago.utilFiji
IJStatusEchoerEchoes status messages to the ImageJ status bar.Classloci.plugins.utilFiji
LegacyStackImgLoaderIJClassspim.fiji.spimdata.imgloadersFiji
MIJMatlab to ImageJ interface.ClassFiji
ProgressWriterIJClassbdv.ij.utilFiji
ProgressWriterIJClassspim.fiji.plugin.resaveFiji
StackImgLoaderIJClassspim.fiji.spimdata.imgloadersFiji
XmlIoStackImgLoaderIJClassspim.fiji.spimdata.imgloadersFiji
IJuniorRobotA robot interface for creating the most primitive robot type, which is a JuniorRobot.Interfacerobocode.robotinterfacesRoboCode
IJuniorRobotPeerThe junior robot peer for junior robot types like JuniorRobot.Interfacerobocode.robotinterfaces.peerRoboCode
IJoinedAndNonJoinedServicesInterface providing an atomic snapshot of the services that are joined with a met quorum (and the services that are not joined with a met quorum) as ofInterfacecom.bigdata.haBlazeGraph
IJoinMasterInterface exported by the JoinMasterTask.Interfacecom.bigdata.relation.rule.eval.pipelineBlazeGraph
IJoinNexusInterface provides an interoperability nexus for the IPredicates, IBindingSets, and ISolutions for the evaluation of anInterfacecom.bigdata.relation.rule.evalBlazeGraph
IJoinNexusFactoryA factory for IJoinNexus instances.Interfacecom.bigdata.relation.rule.evalBlazeGraph
IJoinNodeA marker interface for any kind of AST Node which joins stuff.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IJoinNode .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
IJournalAn persistence capable data structure supporting atomic commit, scalable named indices, and transactions.Interfacecom.bigdata.journalBlazeGraph
IJustificationIteratorInterface for chunked Justification iterators.Interfacecom.bigdata.rdf.infBlazeGraph
Journal .IJournalCounters reported by the Journal and the various services which it uses.Interfacecom.bigdata.journalBlazeGraph
IJThis class consists of static utility methods.ClassijImageJ
IJ .ExceptionHandlerInterfaceijImageJ
IJEventListenerPlugins that implement this interface are notified when the user changes the foreground color, changes the background color,InterfaceijImageJ
WebHijackPreventionStrategyDefines base implementations for preventing WebHijack in AJAX applications.Classnet.sf.json.utilJsonLib
EquiJoinConditionTests whether the value of a property in a first selector is equal to the value of a property in a second selector.Interfacejavax.jcr.query.qomJCR
IJPQLQueryBuilderThis builder is responsible to create an editable StateObject representation of a JPQL Some default implementations are available:Interfaceorg.eclipse.persistence.jpa.jpql.tools.modelEclipseLink
IJPQLQueryFormatterA IJPQLQueryFormatter helps to write a string representation of a StateObject.Interfaceorg.eclipse.persistence.jpa.jpql.tools.modelEclipseLink
IJPQLQueryFormatter .IdentifierStyleThis enumeration determines how the JPQL identifiers are formatted when written out.Classorg.eclipse.persistence.jpa.jpql.tools.modelEclipseLink
IJoinPredicateThis interface marks a FROM clause as a join predicate.Interfacecom.sapportals.connector.execution.objects.languageSAP NetWeaver
IJSPResourceInterfacecom.sapportals.portal.prt.resourceSAP NetWeaver
MWSUAPIJBridgeClasscom.microstrategy.webservices.jbridgeMicroStrategy
DenseMatrixMultiplicationByIjk parallel execution with multiple threads.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.mathoperation.multiplicationSuanShu
DijkstraShortestPathAn implementation of Dijkstra's shortest path algorithm using ClosestFirstIterator.Classorg.jscience.computing.graph.algorithmsJScience
JCEBlockCipher .RijndaelNested Class SummaryNested classes/interfaces inherited from class org.Classorg.bouncycastle.jce.providerBouncyCastle
JCEKeyGenerator .RijndaelNested Class SummaryNested classes/interfaces inherited from class org.Classorg.bouncycastle.jce.providerBouncyCastle
RijndaelEnginean implementation of Rijndael, based on the documentation and reference implementation by Paulo Barreto, Vincent Rijmen, for v2.Classorg.bouncycastle.crypto.enginesBouncyCastle
IJulianDateFunctionSamplerAn interface to an object that controls how a function of a JulianDate is sampled.Interfaceagi.foundation.numericalmethods.advancedAGI ( Analytical Graphics )
YuiJs home: [js/home.Classorg.jooby.assetsJooby
SPIJNIClassedu.wpi.first.wpilibj.halRoborio