DeliveryTracker | Sample app as built during my ASP.NET Single Page
kandi X-RAY | DeliveryTracker Summary
kandi X-RAY | DeliveryTracker Summary
Sample app as built during my ASP.NET Single Page Applications presentation
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of DeliveryTracker
DeliveryTracker Key Features
DeliveryTracker Examples and Code Snippets
Community Discussions
Trending Discussions on DeliveryTracker
QUESTION
I just can't get this to work. Idea is to design a method that adds a Key Value pair to a Map, and although the program compiles correctly, test code of format " tracker.put("17/06/2019", "Jeffrey Burns"); " brings up error message
I've tried changing the method arguments to (String, List).
...ANSWER
Answered 2019-May-06 at 11:48Check out below code:
As you are using
SortedMap>
which takes String as key and list of String as value.
You can't use tracker.put("17/06/2019", "Jeffrey Burns")
as "Jeffrey Burns" is String not List of String
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install DeliveryTracker
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page