Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vedenin/useful-java-links
/ types & classes
Types & classes
288 in github.com/Vedenin/useful-java-links
⨍
Functions
673
◇
Types & classes
288
Class
AdvancedTemplate
Template Hello World examples for this module (more complex then TemplateHelloWorld)
helloworlds/9.9-template/library_name/src/main/java/library_package/advanced/AdvancedTemplate.java:7
Class
ApacheBidiMap
Hello World using Apache BidiMap
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheBidiMap.java:7
Class
ApacheBidiMapTest
Hello World using Apache BidiMap
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheBidiMapTest.java:7
Class
ApacheCollectionCompare
Created by vedenin on 23.10.15.
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheCollectionCompare.java:19
Class
ApacheCollectionSearch
Testing search method using guava, apache, jdk, gs Created by vedenin on 17 .10.15.
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheCollectionSearch.java:22
Class
ApacheCollectionTransform
Transform collection (sort, delete, transtorm elements and so on) Created by vvedenin on 10/27/2015.
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheCollectionTransform.java:22
Class
ApacheHashBag
Hello World using Apache HashBag
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheHashBag.java:9
Class
ApacheHashBagTest
Hello World using Apache HashBag
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheHashBagTest.java:9
Class
ApacheMultiValueMap
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheMultiValueMap.java:7
Class
ApacheMultiValueMapLinked
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheMultiValueMapLinked.java:6
Class
ApacheMultiValueMapLinkedTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheMultiValueMapLinkedTest.java:6
Class
ApacheMultiValueMapTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheMultiValueMapTest.java:7
Class
ApacheMultiValueMapTree
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheMultiValueMapTree.java:6
Class
ApacheMultiValueMapTreeTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheMultiValueMapTreeTest.java:6
Class
ApacheSynchronizedBag
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheSynchronizedBag.java:7
Class
ApacheSynchronizedBagTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheSynchronizedBagTest.java:7
Class
ApacheSynchronizedSortedBag
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheSynchronizedSortedBag.java:7
Class
ApacheSynchronizedSortedBagTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheSynchronizedSortedBagTest.java:7
Class
ApacheTreeBag
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheTreeBag.java:6
Class
ApacheTreeBagTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheTreeBagTest.java:6
Class
BeanForTestScope1
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringBeanScopeTest.java:142
Class
BeanForTestScope2
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringBeanScopeTest.java:179
Class
Belly
Cucumber Hello World To run using "maven test"
helloworlds/4.1-testing/cucumber/src/main/java/Belly.java:6
Class
BuildTests
Create Stream Api examples Created by vedenin on 17 .10.15.
helloworlds/1.6-usefull-libraries/functional_programming/jdk_stream_api/src/main/java/streamapi/BuildTests.java:23
Class
Cashier
Calculate end cost on {@link Product}. Performs operations with {@link Product} and {@link Client}.
helloworlds/4.1-testing/mockito/src/main/java/Cashier.java:5
Class
CashierTest
This example about how to test method call using Mockito.
helloworlds/4.1-testing/mockito/src/test/java/CashierTest.java:8
Class
Client
Need for operations to buy. Performs operations over balance. If failed operations buy add {@link CodeError} in method {@link Client#addCodeError(Code
helloworlds/4.1-testing/mockito/src/main/java/Client.java:9
Class
ClientTest
helloworlds/4.1-testing/mockito/src/test/java/ClientTest.java:8
Enum
CodeError
This enum for Code Error when buy.
helloworlds/4.1-testing/mockito/src/main/java/CodeError.java:4
Class
CollectAndToArrayTests
Collect of Stream Api examples <p> Created by vedenin on 17 .10.15.
helloworlds/1.6-usefull-libraries/functional_programming/jdk_stream_api/src/main/java/streamapi/CollectAndToArrayTests.java:12
Class
CollectionCompareTests
Created by vedenin on 23.10.15.
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/CollectionCompareTests.java:19
Class
CollectionCompareTests
Created by vedenin on 23.10.15.
helloworlds/1.6-usefull-libraries/collections/guava/src/CollectionCompareTests.java:19
Class
CollectionCompareTests
Created by vedenin on 23.10.15.
helloworlds/1.6-usefull-libraries/collections/gs-eclipse/src/CollectionCompareTests.java:20
Class
CollectionSearchTests
Testing search method using guava, apache, jdk, gs Created by vedenin on 17 .10.15.
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/CollectionSearchTests.java:22
Class
CollectionSearchTests
Testing search method using guava, apache, jdk, gs Created by vedenin on 17 .10.15.
helloworlds/1.6-usefull-libraries/collections/guava/src/CollectionSearchTests.java:25
Class
CollectionSearchTests
Testing search method using guava, apache, jdk, gs Created by vedenin on 17 .10.15.
helloworlds/1.6-usefull-libraries/collections/gs-eclipse/src/CollectionSearchTests.java:22
Class
ConvertBigStringToInputStreamBenchmark
Created by vvedenin on 2/15/2016.
helloworlds/5.0-other-examples/src/main/java/other_examples/ConvertBigStringToInputStreamBenchmark.java:21
Class
ConvertInputStreamToStringBenchmark
Created by vvedenin on 2/15/2016.
helloworlds/5.0-other-examples/src/main/java/other_examples/ConvertInputStreamToStringBenchmark.java:20
Class
ConvertInputStreamToStringBigBenchmark
Created by vvedenin on 2/15/2016.
helloworlds/5.0-other-examples/src/main/java/other_examples/ConvertInputStreamToStringBigBenchmark.java:22
Class
ConvertStringToInputStreamBenchmark
Created by vvedenin on 2/15/2016.
helloworlds/5.0-other-examples/src/main/java/other_examples/ConvertStringToInputStreamBenchmark.java:21
Class
CreateCollectionTest
Create collection example Created by vedenin on 17.10.15.
helloworlds/1.6-usefull-libraries/collections/guava/src/CreateCollectionTest.java:20
Class
CreateCollectionTest
Create collection example Created by vedenin on 17.10.15.
helloworlds/1.6-usefull-libraries/collections/gs-eclipse/src/CreateCollectionTest.java:15
Class
CreateMockWithAnnotation
This example create Mock with use Annotation.
helloworlds/4.1-testing/mockito/src/test/java/CreateMockWithAnnotation.java:12
Class
CyclopsReactCollections
Hello World for CyclopsReact Created by vedenin on 16.04.16.
helloworlds/1.6-usefull-libraries/functional_programming/cyclops_react/src/main/java/cyclopsreact/CyclopsReactCollections.java:20
Class
CyclopsReactHelloWorld
Hello World for CyclopsReact Created by vedenin on 16.04.16.
helloworlds/1.6-usefull-libraries/functional_programming/cyclops_react/src/main/java/cyclopsreact/CyclopsReactHelloWorld.java:15
Class
DIConfiguration
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringFieldAutowired.java:31
Class
DIConfiguration
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringSetterAutowired.java:35
Class
DIConfiguration
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringConstructorAutowired.java:35
Class
DIConfiguration
helloworlds/1.1-common-frameworks-and-lib/spring/src/jsr330/SpringSimpleInject.java:39
Class
DIConfiguration
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringFieldAutowired.java:31
Class
DIConfiguration
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringSetterAutowired.java:35
Class
DIConfiguration
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringConstructorAutowired.java:35
Class
DIConfiguration
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/jsr330/SpringSimpleInject.java:39
Class
Destination
helloworlds/1.6-usefull-libraries/bean_mapping/dozer/src/main/java/dozer/DozerHelloWorldApi.java:26
Class
Destination
helloworlds/1.6-usefull-libraries/bean_mapping/dozer/src/main/java/dozer/DozerHelloWorldXML.java:26
Class
Destination
helloworlds/1.6-usefull-libraries/bean_mapping/dozer/src/main/java/dozer/DozerHelloWorldAnnotation.java:26
Class
Destination
helloworlds/1.6-usefull-libraries/bean_mapping/mapstruct/src/main/java/mapstruct/MapStructHelloWorld.java:26
Class
Destination
helloworlds/1.6-usefull-libraries/bean_mapping/orika/src/main/java/orika/OrikaHelloWorld.java:26
Class
Destination
helloworlds/1.6-usefull-libraries/bean_mapping/selma/src/main/java/selma/SelmaHelloWorld.java:28
Class
Destination
helloworlds/1.6-usefull-libraries/bean_mapping/modelmapper/src/main/java/modelmapper/ModelMapperHelloWorld.java:24
Class
DistinctTests
Distinct method example in Stream Api Created by vedenin on 17 .10.15.
helloworlds/1.6-usefull-libraries/functional_programming/jdk_stream_api/src/main/java/streamapi/DistinctTests.java:15
Class
DozerHelloWorldAnnotation
Hello World that show simple annotation mapping Created by vedenin on 16.04.16.
helloworlds/1.6-usefull-libraries/bean_mapping/dozer/src/main/java/dozer/DozerHelloWorldAnnotation.java:12
Class
DozerHelloWorldApi
Hello World that show simple mapping using api Created by vedenin on 16.04.16.
helloworlds/1.6-usefull-libraries/bean_mapping/dozer/src/main/java/dozer/DozerHelloWorldApi.java:13
Class
DozerHelloWorldXML
Hello World that show simple xml mapping Created by vedenin on 16.04.16.
helloworlds/1.6-usefull-libraries/bean_mapping/dozer/src/main/java/dozer/DozerHelloWorldXML.java:13
Class
EMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringFieldAutowired.java:21
Class
EMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringSetterAutowired.java:25
Class
EMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringConstructorAutowired.java:25
Class
EMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/xml/XmlFieldAutowired.java:26
Class
EMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/xml/XmlSetterAutowired.java:26
Class
EMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/xml/XmlConstructorAutowired.java:26
Class
EMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/xml/jsr330/XmlConstructorInject.java:26
Class
EMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/jsr330/SpringSimpleInject.java:29
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringFieldAutowired.java:21
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringSetterAutowired.java:25
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringConstructorAutowired.java:25
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/xml/XmlFieldAutowired.java:26
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/xml/XmlSetterAutowired.java:26
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/xml/XmlConstructorAutowired.java:26
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/xml/jsr330/XmlConstructorInject.java:26
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/jsr330/SpringSimpleInject.java:29
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-dagger/src/dagger/SimpleDaggerDI.java:25
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-guice/src/GuiceSetterInject.java:27
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-guice/src/GuiceConstructor.java:27
Class
EMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-guice/src/GuiceFieldInject.java:23
Enum
ENGLISH_WORD
helloworlds/1.1-common-frameworks-and-lib/guava-lib/src/GuavaEnumBiMap.java:6
Enum
ENGLISH_WORD
helloworlds/1.1-common-frameworks-and-lib/guava-lib/src/GuavaEnumHashBiMap.java:6
Enum
ENGLISH_WORD
helloworlds/1.6-usefull-libraries/collections/guava/src/GuavaEnumBiMapTest.java:6
Enum
ENGLISH_WORD
helloworlds/1.6-usefull-libraries/collections/guava/src/GuavaEnumHashBiMapTest.java:6
Class
FastJsonHelloWorld
FastJson Hello Place
helloworlds/3.8-json/fastjson/src/main/java/fastjson/FastJsonHelloWorld.java:9
Class
FiberHelloWorld
Simple HelloWorld using Fiber To run using "maven test" Created by vvedenin on 4/11/2016.
helloworlds/1.1-common-frameworks-and-lib/quasar/src/main/java/FiberHelloWorld.java:13
Class
FiberSleepHelloWorld
Simple HelloWorld using Fiber and sleep To run using "maven test" Created by vvedenin on 4/11/2016.
helloworlds/1.1-common-frameworks-and-lib/quasar/src/main/java/FiberSleepHelloWorld.java:13
Class
FibersAndChanelHelloWorld
HelloWorld using Fiber and Channel To run using "maven test" Created by vvedenin on 4/11/2016.
helloworlds/1.1-common-frameworks-and-lib/quasar/src/main/java/FibersAndChanelHelloWorld.java:15
Class
FindAndMatchTests
Find and match example of Stream Api Created by vedenin on 17 .10.15.
helloworlds/1.6-usefull-libraries/functional_programming/jdk_stream_api/src/main/java/streamapi/FindAndMatchTests.java:14
Class
FindCountOfOccurrencesBenchmark
helloworlds/5.0-other-examples/src/main/java/other_examples/FindCountOfOccurrencesBenchmark.java:13
Class
FindCountOfOccurrencesBigBenchmark
helloworlds/5.0-other-examples/src/main/java/other_examples/FindCountOfOccurrencesBigBenchmark.java:13
Class
FiterAndCountTests
Fiter and Count examples of Stream Api Created by vedenin on 17 .10.15.
helloworlds/1.6-usefull-libraries/functional_programming/jdk_stream_api/src/main/java/streamapi/FiterAndCountTests.java:14
Class
ForEachAndPeekTests
ForEach and Peak example of Stream Api Created by vedenin on 17 .10.15.
helloworlds/1.6-usefull-libraries/functional_programming/jdk_stream_api/src/main/java/streamapi/ForEachAndPeekTests.java:14
Class
GensonHelloWorld
Genson Hello Place
helloworlds/3.8-json/genson/src/main/java/genson/GensonHelloWorld.java:11
Class
GithubDownLoadTests
JSoup Hello World Created by vedenin on 07.04.16.
helloworlds/3.7-web-crawling-and-html-parser/Jsoup/src/GithubDownLoadTests.java:21
Class
GsFastListMultimapTest
helloworlds/1.6-usefull-libraries/collections/gs-eclipse/src/GsFastListMultimapTest.java:8
next →
1–100 of 288, ranked by callers