Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
xiaogithubcode
/
java-design-patterns
Public
forked from
iluwatar/java-design-patterns
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
EventQueueRefactoring
User selector
All users
All time
Commit history
Commits on Oct 21, 2018
Updated class diagram PNG
npathai
committed
5a56b92
View commit details
Copy full SHA for 5a56b92
Browse repository at this point
Commits on Oct 16, 2018
Removed sonar issue and converted Audio to eager singleton for simplicity
npathai
committed
c0da4b3
View commit details
Copy full SHA for c0da4b3
Browse repository at this point
1) Test cases were not stopping AudioService before ending test case 2) Changed Audio to be a good singleton, previously because of Audio being bad singleton, test cases which were using static met…
Show description for 9bbb4da
npathai
committed
9bbb4da
View commit details
Copy full SHA for 9bbb4da
Browse repository at this point
Commits on Oct 13, 2018
Remove CII best practices badge
iluwatar
committed
db33cc5
View commit details
Copy full SHA for db33cc5
Browse repository at this point
Merge pull request #793 from andrievsky/master
Show description for 8433c7b
iluwatar
authored
8433c7b
View commit details
Copy full SHA for 8433c7b
Browse repository at this point
Commits on Sep 30, 2018
Fix pattern title
iluwatar
committed
ee74fec
View commit details
Copy full SHA for ee74fec
Browse repository at this point
Set version for next development iteration
iluwatar
committed
7a7e891
View commit details
Copy full SHA for 7a7e891
Browse repository at this point
Reach milestone 1.20.0
iluwatar
committed
26d6d96
View commit details
Copy full SHA for 26d6d96
Browse repository at this point
Commits on Sep 25, 2018
Merge pull request #796 from LyndonArmitage/module-ignore-test-output
Show description for 3cec7a9
iluwatar
authored
3cec7a9
View commit details
Copy full SHA for 3cec7a9
Browse repository at this point
Merge pull request #794 from iluwatar/Issue781
Show description for b079aec
iluwatar
authored
b079aec
View commit details
Copy full SHA for b079aec
Browse repository at this point
Commits on Sep 24, 2018
Delete & Ignore output.txt & error.txt
Show description for 8f53df9
Lyndon Armitage
committed
8f53df9
View commit details
Copy full SHA for 8f53df9
Browse repository at this point
Commits on Sep 11, 2018
Resolved checkstyle issues
npathai
committed
709405d
View commit details
Copy full SHA for 709405d
Browse repository at this point
Solved the classcast exception and used instanceof instead. Improved javadocs a bit.
npathai
committed
f3749a2
View commit details
Copy full SHA for f3749a2
Browse repository at this point
Fix redundant list alloc in LotteryNumbers
andrievsky
committed
1d12d94
View commit details
Copy full SHA for 1d12d94
Browse repository at this point
Commits on Sep 8, 2018
Merge pull request #791 from er2/executeAroundLambda
Show description for 9e56e5c
npathai
authored
9e56e5c
View commit details
Copy full SHA for 9e56e5c
Browse repository at this point
Merge pull request #767 from nikhilbarar/collection-pipeline
Show description for 1698b06
npathai
authored
1698b06
View commit details
Copy full SHA for 1698b06
Browse repository at this point
Updated UCLS file and PNG image
nikhilbarar
committed
4ed039d
View commit details
Copy full SHA for 4ed039d
Browse repository at this point
execute around lambda
er2
committed
ec6d2a8
View commit details
Copy full SHA for ec6d2a8
Browse repository at this point
Commits on Sep 4, 2018
Review changes in Test Cases
nikhilbarar
committed
98c3f93
View commit details
Copy full SHA for 98c3f93
Browse repository at this point
Commits on Sep 1, 2018
Typo in Readme
nikhilbarar
committed
26fbbed
View commit details
Copy full SHA for 26fbbed
Browse repository at this point
Typo in Readme
nikhilbarar
committed
0f9089d
View commit details
Copy full SHA for 0f9089d
Browse repository at this point
Commits on Aug 30, 2018
Merge pull request #779 from mitchellirvin/bst-iterator
Show description for 038befe
npathai
authored
038befe
View commit details
Copy full SHA for 038befe
Browse repository at this point
Commits on Aug 29, 2018
Category Enum for category of Car
nikhilbarar
committed
9daa314
View commit details
Copy full SHA for 9daa314
Browse repository at this point
correcting raw types for the item Iterator.
mxi1809
committed
8458e42
View commit details
Copy full SHA for 8458e42
Browse repository at this point
Commits on Aug 28, 2018
modified return type of TreasureChestItemIterator's constructor to be Iterator
mitchellirvin
committed
e6f84f2
View commit details
Copy full SHA for e6f84f2
Browse repository at this point
Merge pull request #788 from diffblue-assistant/finallyclosetotrywithresources
Show description for 74f3799
npathai
authored
74f3799
View commit details
Copy full SHA for 74f3799
Browse repository at this point
Commits on Aug 26, 2018
Added Missing class
nikhilbarar
committed
b23d843
View commit details
Copy full SHA for b23d843
Browse repository at this point
Checkstyle Fixes
nikhilbarar
committed
cb6b0b3
View commit details
Copy full SHA for cb6b0b3
Browse repository at this point
Review Changes
nikhilbarar
committed
cd44ef3
View commit details
Copy full SHA for cd44ef3
Browse repository at this point
Commits on Aug 25, 2018
Refactored App.java to remove duplicate code and elegantly demonstrate each implementation of the Iterator interface. Removed the redundant ItemIterator interface. Added insert() method to TreeNode…
Show description for 1c2ddfa
mitchellirvin
committed
1c2ddfa
View commit details
Copy full SHA for 1c2ddfa
Browse repository at this point
Commits on Aug 23, 2018
Use try-with-resources
Show description for f36de03
Diffblue assistant
committed
f36de03
View commit details
Copy full SHA for f36de03
Browse repository at this point
Commits on Aug 21, 2018
Merge pull request #787 from bordoisila1/checkstyle-minor-updates
Show description for b642623
npathai
authored
b642623
View commit details
Copy full SHA for b642623
Browse repository at this point
Merge pull request #785 from sgyyz/fix-image-name
Show description for 9d01277
npathai
authored
9d01277
View commit details
Copy full SHA for 9d01277
Browse repository at this point
Fixed minor changes suggested by Checkstyle
bordoisila1
authored and
bordoisila1
committed
e1a2f14
View commit details
Copy full SHA for e1a2f14
Browse repository at this point
Commits on Aug 20, 2018
Fix converter image issue
Yongzhi Yang
committed
cce104a
View commit details
Copy full SHA for cce104a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.