MCPcopy Create free account

hub / github.com/Vedenin/useful-java-links / types & classes

Types & classes288 in github.com/Vedenin/useful-java-links

ClassAdvancedTemplate
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
ClassApacheBidiMap
Hello World using Apache BidiMap
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheBidiMap.java:7
ClassApacheBidiMapTest
Hello World using Apache BidiMap
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheBidiMapTest.java:7
ClassApacheCollectionCompare
Created by vedenin on 23.10.15.
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheCollectionCompare.java:19
ClassApacheCollectionSearch
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
ClassApacheCollectionTransform
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
ClassApacheHashBag
Hello World using Apache HashBag
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheHashBag.java:9
ClassApacheHashBagTest
Hello World using Apache HashBag
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheHashBagTest.java:9
ClassApacheMultiValueMap
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheMultiValueMap.java:7
ClassApacheMultiValueMapLinked
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheMultiValueMapLinked.java:6
ClassApacheMultiValueMapLinkedTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheMultiValueMapLinkedTest.java:6
ClassApacheMultiValueMapTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheMultiValueMapTest.java:7
ClassApacheMultiValueMapTree
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheMultiValueMapTree.java:6
ClassApacheMultiValueMapTreeTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheMultiValueMapTreeTest.java:6
ClassApacheSynchronizedBag
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheSynchronizedBag.java:7
ClassApacheSynchronizedBagTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheSynchronizedBagTest.java:7
ClassApacheSynchronizedSortedBag
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheSynchronizedSortedBag.java:7
ClassApacheSynchronizedSortedBagTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheSynchronizedSortedBagTest.java:7
ClassApacheTreeBag
helloworlds/1.1-common-frameworks-and-lib/apache-commons-lib/src/ApacheTreeBag.java:6
ClassApacheTreeBagTest
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/ApacheTreeBagTest.java:6
ClassBeanForTestScope1
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringBeanScopeTest.java:142
ClassBeanForTestScope2
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringBeanScopeTest.java:179
ClassBelly
Cucumber Hello World To run using "maven test"
helloworlds/4.1-testing/cucumber/src/main/java/Belly.java:6
ClassBuildTests
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
ClassCashier
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
ClassCashierTest
This example about how to test method call using Mockito.
helloworlds/4.1-testing/mockito/src/test/java/CashierTest.java:8
ClassClient
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
ClassClientTest
helloworlds/4.1-testing/mockito/src/test/java/ClientTest.java:8
EnumCodeError
This enum for Code Error when buy.
helloworlds/4.1-testing/mockito/src/main/java/CodeError.java:4
ClassCollectAndToArrayTests
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
ClassCollectionCompareTests
Created by vedenin on 23.10.15.
helloworlds/1.6-usefull-libraries/collections/apache-commons/src/CollectionCompareTests.java:19
ClassCollectionCompareTests
Created by vedenin on 23.10.15.
helloworlds/1.6-usefull-libraries/collections/guava/src/CollectionCompareTests.java:19
ClassCollectionCompareTests
Created by vedenin on 23.10.15.
helloworlds/1.6-usefull-libraries/collections/gs-eclipse/src/CollectionCompareTests.java:20
ClassCollectionSearchTests
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
ClassCollectionSearchTests
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
ClassCollectionSearchTests
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
ClassConvertBigStringToInputStreamBenchmark
Created by vvedenin on 2/15/2016.
helloworlds/5.0-other-examples/src/main/java/other_examples/ConvertBigStringToInputStreamBenchmark.java:21
ClassConvertInputStreamToStringBenchmark
Created by vvedenin on 2/15/2016.
helloworlds/5.0-other-examples/src/main/java/other_examples/ConvertInputStreamToStringBenchmark.java:20
ClassConvertInputStreamToStringBigBenchmark
Created by vvedenin on 2/15/2016.
helloworlds/5.0-other-examples/src/main/java/other_examples/ConvertInputStreamToStringBigBenchmark.java:22
ClassConvertStringToInputStreamBenchmark
Created by vvedenin on 2/15/2016.
helloworlds/5.0-other-examples/src/main/java/other_examples/ConvertStringToInputStreamBenchmark.java:21
ClassCreateCollectionTest
Create collection example Created by vedenin on 17.10.15.
helloworlds/1.6-usefull-libraries/collections/guava/src/CreateCollectionTest.java:20
ClassCreateCollectionTest
Create collection example Created by vedenin on 17.10.15.
helloworlds/1.6-usefull-libraries/collections/gs-eclipse/src/CreateCollectionTest.java:15
ClassCreateMockWithAnnotation
This example create Mock with use Annotation.
helloworlds/4.1-testing/mockito/src/test/java/CreateMockWithAnnotation.java:12
ClassCyclopsReactCollections
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
ClassCyclopsReactHelloWorld
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
ClassDIConfiguration
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringFieldAutowired.java:31
ClassDIConfiguration
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringSetterAutowired.java:35
ClassDIConfiguration
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringConstructorAutowired.java:35
ClassDIConfiguration
helloworlds/1.1-common-frameworks-and-lib/spring/src/jsr330/SpringSimpleInject.java:39
ClassDIConfiguration
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringFieldAutowired.java:31
ClassDIConfiguration
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringSetterAutowired.java:35
ClassDIConfiguration
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringConstructorAutowired.java:35
ClassDIConfiguration
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/jsr330/SpringSimpleInject.java:39
ClassDestination
helloworlds/1.6-usefull-libraries/bean_mapping/dozer/src/main/java/dozer/DozerHelloWorldApi.java:26
ClassDestination
helloworlds/1.6-usefull-libraries/bean_mapping/dozer/src/main/java/dozer/DozerHelloWorldXML.java:26
ClassDestination
helloworlds/1.6-usefull-libraries/bean_mapping/dozer/src/main/java/dozer/DozerHelloWorldAnnotation.java:26
ClassDestination
helloworlds/1.6-usefull-libraries/bean_mapping/mapstruct/src/main/java/mapstruct/MapStructHelloWorld.java:26
ClassDestination
helloworlds/1.6-usefull-libraries/bean_mapping/orika/src/main/java/orika/OrikaHelloWorld.java:26
ClassDestination
helloworlds/1.6-usefull-libraries/bean_mapping/selma/src/main/java/selma/SelmaHelloWorld.java:28
ClassDestination
helloworlds/1.6-usefull-libraries/bean_mapping/modelmapper/src/main/java/modelmapper/ModelMapperHelloWorld.java:24
ClassDistinctTests
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
ClassDozerHelloWorldAnnotation
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
ClassDozerHelloWorldApi
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
ClassDozerHelloWorldXML
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
ClassEMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringFieldAutowired.java:21
ClassEMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringSetterAutowired.java:25
ClassEMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/SpringConstructorAutowired.java:25
ClassEMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/xml/XmlFieldAutowired.java:26
ClassEMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/xml/XmlSetterAutowired.java:26
ClassEMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/xml/XmlConstructorAutowired.java:26
ClassEMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/xml/jsr330/XmlConstructorInject.java:26
ClassEMailService
helloworlds/1.1-common-frameworks-and-lib/spring/src/jsr330/SpringSimpleInject.java:29
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringFieldAutowired.java:21
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringSetterAutowired.java:25
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/SpringConstructorAutowired.java:25
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/xml/XmlFieldAutowired.java:26
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/xml/XmlSetterAutowired.java:26
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/xml/XmlConstructorAutowired.java:26
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/xml/jsr330/XmlConstructorInject.java:26
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/src/jsr330/SpringSimpleInject.java:29
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-dagger/src/dagger/SimpleDaggerDI.java:25
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-guice/src/GuiceSetterInject.java:27
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-guice/src/GuiceConstructor.java:27
ClassEMailService
helloworlds/1.6-usefull-libraries/dependency_injection/dependency-injection-guice/src/GuiceFieldInject.java:23
EnumENGLISH_WORD
helloworlds/1.1-common-frameworks-and-lib/guava-lib/src/GuavaEnumBiMap.java:6
EnumENGLISH_WORD
helloworlds/1.1-common-frameworks-and-lib/guava-lib/src/GuavaEnumHashBiMap.java:6
EnumENGLISH_WORD
helloworlds/1.6-usefull-libraries/collections/guava/src/GuavaEnumBiMapTest.java:6
EnumENGLISH_WORD
helloworlds/1.6-usefull-libraries/collections/guava/src/GuavaEnumHashBiMapTest.java:6
ClassFastJsonHelloWorld
FastJson Hello Place
helloworlds/3.8-json/fastjson/src/main/java/fastjson/FastJsonHelloWorld.java:9
ClassFiberHelloWorld
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
ClassFiberSleepHelloWorld
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
ClassFibersAndChanelHelloWorld
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
ClassFindAndMatchTests
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
ClassFindCountOfOccurrencesBenchmark
helloworlds/5.0-other-examples/src/main/java/other_examples/FindCountOfOccurrencesBenchmark.java:13
ClassFindCountOfOccurrencesBigBenchmark
helloworlds/5.0-other-examples/src/main/java/other_examples/FindCountOfOccurrencesBigBenchmark.java:13
ClassFiterAndCountTests
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
ClassForEachAndPeekTests
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
ClassGensonHelloWorld
Genson Hello Place
helloworlds/3.8-json/genson/src/main/java/genson/GensonHelloWorld.java:11
ClassGithubDownLoadTests
JSoup Hello World Created by vedenin on 07.04.16.
helloworlds/3.7-web-crawling-and-html-parser/Jsoup/src/GithubDownLoadTests.java:21
ClassGsFastListMultimapTest
helloworlds/1.6-usefull-libraries/collections/gs-eclipse/src/GsFastListMultimapTest.java:8
next →1–100 of 288, ranked by callers